信号重启逻辑判断调整

This commit is contained in:
joylink_fanyuhong 2024-09-26 19:34:02 +08:00
parent 526fd047e7
commit 84b9f52c8f
1 changed files with 1 additions and 1 deletions

View File

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