From 1cd19c95afe1b845972ae6b1e20df40c1b1a59e0 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Wed, 3 Jun 2026 09:26:12 +0800 Subject: [PATCH] 1.处理停机不弹窗bug --- src/mes/common/siderInfoComponent/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mes/common/siderInfoComponent/index.js b/src/mes/common/siderInfoComponent/index.js index feb333f..465a916 100644 --- a/src/mes/common/siderInfoComponent/index.js +++ b/src/mes/common/siderInfoComponent/index.js @@ -602,7 +602,7 @@ const DeviceTargetInfoComponent = () => { useEffect( () => { - if (sStatusName?.includes("停") && bPopup && iPopDuration) { + if (bPopup && iPopDuration) { const restTime = Math.max( iPopDuration * 60 * 1000 - dProduceHour * 1000, 0 -- libgit2 0.22.2