综合演练车辆段切行调现地显示调整

This commit is contained in:
fan 2021-09-28 13:10:12 +08:00
parent 6786dd92f4
commit 86be83d612

View File

@ -374,6 +374,7 @@ export default {
this.hideIbp(); this.hideIbp();
this.drivingShow = false; this.drivingShow = false;
// this.changePrdType('02'); // this.changePrdType('02');
this.$jlmap.amendDevice([...this.sectionList, ...this.signalList]);
this.mapViewLoadedOver && this.setShowStation(''); this.mapViewLoadedOver && this.setShowStation('');
this.jl3dmaintainershow = false; this.jl3dmaintainershow = false;
break; break;
@ -383,6 +384,7 @@ export default {
this.$refs.menuSchema.chiShowStation = deviceCode; this.$refs.menuSchema.chiShowStation = deviceCode;
this.showStation = deviceCode; this.showStation = deviceCode;
// this.changePrdType('01'); // this.changePrdType('01');
this.$jlmap.amendDevice([...this.sectionList, ...this.signalList]);
this.mapViewLoadedOver && this.switchStationMode(deviceCode); this.mapViewLoadedOver && this.switchStationMode(deviceCode);
this.jl3dmaintainershow = false; this.jl3dmaintainershow = false;
this.drivingShow = false; this.drivingShow = false;