value
2024-05-20 ff7e5f562a45f0d4e13fe8336ee8b290643b3ae4
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(){