fix (接口自动化): 编辑卡顿优化

This commit is contained in:
fit2-zhao 2021-09-01 18:21:36 +08:00 committed by fit2-zhao
parent 1f3c4a392b
commit 300fe2b0fa
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ export default {
// this.isActive = true;
}
if(this.apiActive){
this.isActive = true
this.isActive = false
}
},
watch: {
@ -49,7 +49,7 @@ export default {
} else {
this.getExecResult();
}
this.isActive = true;
this.isActive = false;
},
apiItem() {
this.getExecResult();