From f49de44b69924fc3c4dfea159b13a412983b8f93 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期二, 16 一月 2024 13:52:28 +0800 Subject: [PATCH] 增加交互状态界面 I/O标志缩小增加备注 --- CanadaMes-ui/src/layout/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CanadaMes-ui/src/layout/index.vue b/CanadaMes-ui/src/layout/index.vue index 244d977..0347ea6 100644 --- a/CanadaMes-ui/src/layout/index.vue +++ b/CanadaMes-ui/src/layout/index.vue @@ -340,7 +340,7 @@ }, 1000 ); - if (this.reset == false) { + if (this.reset == false&&this.EmergencyStop == false) { this.dialogFormCountDown = true; } }, -- Gitblit v1.8.0