叶松
2023-12-07 52eba917fb3c6ca0f972079edf942ed78ca6f924
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);