参数配置添加查询的时间

wp1.0
fanluyan 2 years ago
parent df63fb7b81
commit 05037ccc6d

@ -994,6 +994,7 @@ export default {
this.searchloading = false; this.searchloading = false;
this.setloading = false; this.setloading = false;
this.lookTime = ""; this.lookTime = "";
this.showLookTime = false;
}, },
}, },
}; };

@ -838,6 +838,7 @@ export default {
//tab //tab
handleClick(tab, event) { handleClick(tab, event) {
this.lookTime = ""; this.lookTime = "";
this.showLookTime = false;
window.clearInterval(this.timer); window.clearInterval(this.timer);
this.timer = null; this.timer = null;
this.i = 0; this.i = 0;

@ -418,6 +418,7 @@ export default {
this.searchloading = false; this.searchloading = false;
this.setloading = false; this.setloading = false;
this.lookTime = ""; this.lookTime = "";
this.showLookTime = false;
}, },
}, },
}; };

Loading…
Cancel
Save