哈尔滨线路 引导进路命令代码调整
This commit is contained in:
parent
97a58458b3
commit
fc00a6c56f
@ -214,16 +214,15 @@ export default {
|
||||
this.route = routeList[currentIndex];
|
||||
this.tempData = [];
|
||||
this.tempData.push(this.route);
|
||||
console.log(this.route);
|
||||
if (currentIndex == 2) {
|
||||
step.param = {
|
||||
signalCode: this.route.startSignalCode
|
||||
};
|
||||
} else {
|
||||
step.param = {
|
||||
routeCode: this.route.code
|
||||
};
|
||||
}
|
||||
// if (currentIndex == 2) {
|
||||
// step.param = {
|
||||
// signalCode: this.route.startSignalCode
|
||||
// };
|
||||
// } else {
|
||||
// }
|
||||
}
|
||||
if (this.tempData.length) {
|
||||
row.show = true;
|
||||
|
Loading…
Reference in New Issue
Block a user