admin/src/views/platform/index.vue
@@ -202,17 +202,26 @@ detail: {}, isShowQueuing: false, timer: null, timer2: null, loadingOpen: false, loadingFinish: false, } }, created() { setInterval(() => { this.timer2 = setInterval(() => { this.getPlatGroupList() }, 1000 * 20) this.getPlatGroupList() }, beforeDestroy() { if (this.timer2) { clearInterval(this.timer2) } if (this.timer) { clearInterval(this.timer) } }, methods: { handleWork(item) { this.loadingOpen = true