股道视图调整

This commit is contained in:
fan 2022-07-08 17:45:07 +08:00
parent 0bf64a3bed
commit e59e2ec8d4

View File

@ -351,6 +351,11 @@ export default {
this.readOnlyMap = {};
this.standTrackSectionMap = {};
this.trackList = [];
this.sectionList.forEach(item => {
if (item.standTrack) {
this.standTrackSectionMap[item.code] = { trackName: item.name, occupied: false, belongStation:item.belongStation, lineMap: {}};
}
});
},
'$store.state.socket.railCtcStatusMsg': function (val) {
if (val && val.length) {