mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
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
Block a user