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