张晓波
2023-12-11 7d3a240b958fa1c834049a45131999f39071bfc9
web/src/views/MixingInfo/workShop.vue
@@ -66,7 +66,7 @@
        const that = this;
        that.timer = setInterval(()=>{
            that.searchWorkInfos()
        },60000)
        },60000 * 10)
    },
    beforeDestroy() {
        clearInterval(this.timer);