成都三号线折返进路办理调整
local-test分支构建发布到本地服务器 / Build-Publish (push) Failing after 2m35s Details

This commit is contained in:
joylink_fanyuhong 2024-09-29 11:12:15 +08:00
parent a2928a50b8
commit 447a0e589c
1 changed files with 2 additions and 1 deletions

View File

@ -572,7 +572,8 @@ export default {
};
let flag = false;
this.routeList.forEach(item => {
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.param = {routeCode: item.code, signalCode: deviceList[0].code};
this.deviceList = [];
flag = true;