参数配置添加查询的时间

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

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

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

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

Loading…
Cancel
Save