信号重启逻辑判断调整

This commit is contained in:
joylink_fanyuhong 2024-09-26 19:34:02 +08:00
parent 526fd047e7
commit 84b9f52c8f

View File

@ -350,7 +350,7 @@ export default {
} }
} }
// //
if (signal.aspect == 'R' && isArrangementRoute) { // if (signal.lockedRouteCode) { //
operate.over = true; operate.over = true;
operate.cmdType = CMD.Signal.CMD_SIGNAL_REOPEN_SIGNAL; operate.cmdType = CMD.Signal.CMD_SIGNAL_REOPEN_SIGNAL;
operate.code = deviceList[0].code; operate.code = deviceList[0].code;