fix (接口自动化): 编辑卡顿优化
This commit is contained in:
parent
1f3c4a392b
commit
300fe2b0fa
|
@ -39,7 +39,7 @@ export default {
|
||||||
// this.isActive = true;
|
// this.isActive = true;
|
||||||
}
|
}
|
||||||
if(this.apiActive){
|
if(this.apiActive){
|
||||||
this.isActive = true
|
this.isActive = false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
@ -49,7 +49,7 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
this.getExecResult();
|
this.getExecResult();
|
||||||
}
|
}
|
||||||
this.isActive = true;
|
this.isActive = false;
|
||||||
},
|
},
|
||||||
apiItem() {
|
apiItem() {
|
||||||
this.getExecResult();
|
this.getExecResult();
|
||||||
|
|
Loading…
Reference in New Issue