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

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);
if (currentIndex == 2) {
step.param = {
signalCode: this.route.startSignalCode
};
} else {
step.param = { step.param = {
routeCode: this.route.code routeCode: this.route.code
}; };
} // if (currentIndex == 2) {
// step.param = {
// signalCode: this.route.startSignalCode
// };
// } else {
// }
} }
if (this.tempData.length) { if (this.tempData.length) {
row.show = true; row.show = true;