diff --git a/src/jmapNew/theme/xian_01/menus/menuDialog/stationControlConvert.vue b/src/jmapNew/theme/xian_01/menus/menuDialog/stationControlConvert.vue index ea209acd1..65a827a7d 100644 --- a/src/jmapNew/theme/xian_01/menus/menuDialog/stationControlConvert.vue +++ b/src/jmapNew/theme/xian_01/menus/menuDialog/stationControlConvert.vue @@ -277,7 +277,6 @@ export default { result: '' }); }); - console.log(stationCodeList, this.tableData, '====', this.$store.state.map.stationControlMap, this.$store.state.training.roleDeviceCode ); } }, doShow(operate) { diff --git a/src/store/modules/map.js b/src/store/modules/map.js index 91d38410f..d6984df37 100644 --- a/src/store/modules/map.js +++ b/src/store/modules/map.js @@ -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) {