value
2024-05-20 ff7e5f562a45f0d4e13fe8336ee8b290643b3ae4
src/components/view/b4-inspection-item-statistics.vue
@@ -190,9 +190,9 @@
      }
    },
    mounted(){
      // this.init()
      this.init()
      this.timers&&clearInterval(this.timers);
      setInterval(this.init,1000*60*5)
      setInterval(this.init(),1000*60*5)
    },
    methods:{
      init(){