fix(测试计划): 修改用例状态未跳转至下一个用例
This commit is contained in:
parent
c2b212f200
commit
9b884c168b
|
@ -229,7 +229,7 @@ export default {
|
|||
},
|
||||
statusChange(status) {
|
||||
this.testCase.status = status;
|
||||
this.saveCase();
|
||||
this.saveCase(true);
|
||||
},
|
||||
getOption(param) {
|
||||
let formData = new FormData();
|
||||
|
|
Loading…
Reference in New Issue