站控和强制站控显示调整
This commit is contained in:
parent
693a60d72c
commit
fd7df04cc5
@ -277,7 +277,6 @@ export default {
|
||||
result: ''
|
||||
});
|
||||
});
|
||||
console.log(stationCodeList, this.tableData, '====', this.$store.state.map.stationControlMap, this.$store.state.training.roleDeviceCode );
|
||||
}
|
||||
},
|
||||
doShow(operate) {
|
||||
|
@ -723,6 +723,7 @@ const map = {
|
||||
map.stationList.forEach(station => {
|
||||
if (station.ciStation) {
|
||||
const centrailzedList = [station.code];
|
||||
state.stationControlMap[station.code] = centrailzedList;
|
||||
station.relStationCodeList.forEach(relStationCode => {
|
||||
state.stationControlMap[relStationCode] = centrailzedList;
|
||||
if (state.mapDevice[relStationCode].centralized) {
|
||||
|
Loading…
Reference in New Issue
Block a user