成都三号线折返进路排列调整

This commit is contained in:
joylink_fanyuhong 2024-09-27 11:03:20 +08:00
parent 84b9f52c8f
commit ae826ac205

View File

@ -370,7 +370,8 @@ export default {
this.routeList.forEach(item => { this.routeList.forEach(item => {
// item.endButtonSignalCode // item.endButtonSignalCode
// //
if (item.startSignalCode === deviceList[0].code && item.endSignalCode === deviceList[1].code) { const endSignalCode = item.endButtonSignalCode || item.endSignalCode;
if (item.startSignalCode === deviceList[0].code && endSignalCode === deviceList[1].code) {
operate.over = true; operate.over = true;
operate.cmdType = CMD.Signal.CMD_SIGNAL_SET_ROUTE; operate.cmdType = CMD.Signal.CMD_SIGNAL_SET_ROUTE;
operate.code = deviceList[1].code; operate.code = deviceList[1].code;