实现测试用例编排拖曳功能、解决用例编排步骤引入接口后参数没有带入以及无法删除的问题、解决点击执行用例调整用例编排页面的问题
This commit is contained in:
@@ -60,6 +60,9 @@ public class TestCaseStepController extends BaseController {
|
||||
@Log(title = "步骤", businessType = BusinessType.UPDATE)
|
||||
@PostMapping("/edit")
|
||||
public AjaxResult edit(@RequestBody TestCaseStep testCaseStep) {
|
||||
if (testCaseStep.getId() == null) {
|
||||
return null;
|
||||
}
|
||||
return toAjax(testCaseStepService.updateTestCaseStep(testCaseStep));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user