fix (接口自动化): 编辑卡顿优化
This commit is contained in:
parent
1f3c4a392b
commit
300fe2b0fa
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue