fix(测试计划): 修改用例状态未跳转至下一个用例

This commit is contained in:
shiziyuan9527 2021-05-07 14:41:52 +08:00 committed by 刘瑞斌
parent c2b212f200
commit 9b884c168b

View File

@ -229,7 +229,7 @@ export default {
},
statusChange(status) {
this.testCase.status = status;
this.saveCase();
this.saveCase(true);
},
getOption(param) {
let formData = new FormData();