Commit 4799ef94 authored by 周毅's avatar 周毅

调整WCS任务和立库任务页面刷新频率为5秒

parent 32d90292
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
if(val){ if(val){
this.timer=setInterval(()=>{ this.timer=setInterval(()=>{
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
},20000) },5000)
}else{ }else{
clearInterval(this.timer) clearInterval(this.timer)
} }
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
if(val){ if(val){
this.timer=setInterval(()=>{ this.timer=setInterval(()=>{
this.$refs.basepage.refresh() this.$refs.basepage.refresh()
},20000) },5000)
}else{ }else{
clearInterval(this.timer) clearInterval(this.timer)
} }
......
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