shishuaikang
2023-12-06 39f8ffd810b6b1c8e3964b21fef4c8c24aaa17e1
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);