fix(接口测试): 恢复合并丢失一个参数
This commit is contained in:
parent
06168a902c
commit
6a0818819b
|
@ -860,6 +860,7 @@ export default {
|
|||
},
|
||||
handleCommand() {
|
||||
this.debug = false;
|
||||
this.saved = true;
|
||||
/*触发执行操作*/
|
||||
this.$refs['currentScenario'].validate(async (valid) => {
|
||||
if (valid) {
|
||||
|
|
Loading…
Reference in New Issue