Commit bc746472 authored by zhangyanni's avatar zhangyanni

提交

parent 97f92326
......@@ -161,7 +161,7 @@
var that = this;
this.isVisibleTimer = setInterval(function(){
that.isShowChange(true);
},60000*5);
},1000*5);
},
handleChange(type) {
......@@ -441,7 +441,7 @@
this.timerPopover = null;
}
if(this.isVisibleTimer){
clearInterval(that.isVisibleTimerOut);
clearInterval(that.isVisibleTimer);
this.isVisibleTimer = null;
}
globalMsg.$emit("clearTimeout")
......@@ -453,7 +453,7 @@
this.timerPopover = null;
}
if(this.isVisibleTimer){
clearInterval(that.isVisibleTimerOut);
clearInterval(that.isVisibleTimer);
this.isVisibleTimer = null;
}
globalMsg.$emit("clearTimeout")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment