src/components/view/b4-daily-business-statistics.vue
@@ -147,10 +147,12 @@ }, pageData:{}, loading:false, timers:null, } }, mounted(){ this.init() this.timers&&clearInterval(this.timers); setInterval(this.init,1000*60*5) }, methods:{ init(){ @@ -181,6 +183,9 @@ return '0' } } }, deactivated(){ this.timers&&clearInterval(this.timers); } } </script>