哈尔滨线路 引导进路命令代码调整

This commit is contained in:
joylink_cuiweidong 2020-09-30 10:16:15 +08:00
parent 97a58458b3
commit fc00a6c56f

View File

@ -214,16 +214,15 @@ export default {
this.route = routeList[currentIndex]; this.route = routeList[currentIndex];
this.tempData = []; this.tempData = [];
this.tempData.push(this.route); this.tempData.push(this.route);
console.log(this.route); step.param = {
if (currentIndex == 2) { routeCode: this.route.code
step.param = { };
signalCode: this.route.startSignalCode // if (currentIndex == 2) {
}; // step.param = {
} else { // signalCode: this.route.startSignalCode
step.param = { // };
routeCode: this.route.code // } else {
}; // }
}
} }
if (this.tempData.length) { if (this.tempData.length) {
row.show = true; row.show = true;