This commit is contained in:
liumengyi
2024-01-30 13:21:37 +08:00
parent a9bc2d413c
commit 4084396026
+1 -1
View File
@@ -62,7 +62,7 @@ class stepsEditor extends wg
$expectText = $this->prop('expectText', data('lang.testcase.stepExpect'));
$sameLevelText = $this->prop('sameLevelText', data('lang.testcase.stepSameLevel'));
$subLevelText = $this->prop('subLevelText', data('lang.testcase.stepSubLevel'));
$id = $this->prop('id');
$id = $this->prop('id') ? $this->prop('id') : $this->gid;
$expectDisabledTip = $this->prop('expectDisabledTip', data('lang.testcase.expectDisabledTip'));
$deleteStepTip = $this->prop('deleteStepTip', data('lang.testcase.deleteStepTip'));
$dragNestedTip = $this->prop('dragNestedTip', data('lang.testcase.dragNestedTip'));