From ddfebf213141e4786cd455fd30314911e40dd300 Mon Sep 17 00:00:00 2001 From: Yangwl <1726150332@qq.com> Date: Mon, 19 May 2025 11:08:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E8=A3=85=E7=BA=BF=E4=BA=A7=E7=BA=BF?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=9C=8B=E6=9D=BF1=E5=88=86=E9=92=9F?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=B7=B3=E4=BA=A7=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yangwl <1726150332@qq.com> --- src/views/kanban/Packagingline/index2.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/kanban/Packagingline/index2.vue b/src/views/kanban/Packagingline/index2.vue index 05e7c4f..cbf9257 100644 --- a/src/views/kanban/Packagingline/index2.vue +++ b/src/views/kanban/Packagingline/index2.vue @@ -480,7 +480,7 @@ export default { this.selectxtclasses = this.dictDatatype[this.currentIndex].equCode this.selectline2(this.selectxtclasses) // 触发change事件 } - }, 120000) + }, 60000) }, back() { this.$router.push({ path: "/index" });