@ -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) {
window.clearInterval(this.timer);
this.timer = null;
this.i = 0;
@ -418,6 +418,7 @@ export default {