信号重启逻辑判断调整
This commit is contained in:
parent
526fd047e7
commit
84b9f52c8f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue