From bc4a9c7700fbda51a57207fd445a02ad21e85911 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 25 一月 2024 08:08:13 +0800 Subject: [PATCH] 自动确认状态下改为从后台直接发送进片任务 --- CanadaMes-ui/src/layout/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CanadaMes-ui/src/layout/index.vue b/CanadaMes-ui/src/layout/index.vue index 25a28ce..6fcf6cd 100644 --- a/CanadaMes-ui/src/layout/index.vue +++ b/CanadaMes-ui/src/layout/index.vue @@ -310,10 +310,10 @@ } } }, - //45绉掑浣嶅�掓暟璁℃椂 + //60绉掑浣嶅�掓暟璁℃椂 CountDown() { clearInterval(timer); - let count = 45; + let count = 60; timer = setInterval( () => { if (this.EmergencyStop == true) { -- Gitblit v1.8.0