src/components/view/b4-daily-business-statistics.vue
@@ -151,8 +151,9 @@ } }, mounted(){ this.init() this.timers&&clearInterval(this.timers); setInterval(this.init,1000*60*5) setInterval(this.init(),1000*60*5) }, methods:{ init(){ @@ -178,7 +179,7 @@ }, handleData(val){ if(val){ return Math.abs(val)*100; return (Math.abs(val)*100).tofixed(0); }else{ return '0' }