From 5a6d6b9f3bb00b93e70d316c0fafcb34ddd0c510 Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期二, 09 一月 2024 14:25:13 +0800 Subject: [PATCH] 工位终端优化 --- jcdm-ui/src/views/main/cfkb/Instructions/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue index 7d33e70..2bf164b 100644 --- a/jcdm-ui/src/views/main/cfkb/Instructions/index.vue +++ b/jcdm-ui/src/views/main/cfkb/Instructions/index.vue @@ -75,7 +75,7 @@ import {listFormulaChild} from "@/api/main/bs/formulaChild/formulaChild"; export default { - name: "index", + name: "Instructions", data() { return { queryParams: { @@ -144,6 +144,10 @@ this.changeProducts(this.productCode) // this.autoShow() }, + beforeDestroy() { + clearInterval(this.intervalId) + this.intervalId = null + }, methods: { // 瀹氭椂瑙﹀彂 autoShow() { -- Gitblit v1.9.3