修正: 现地显示配置生成权限的时候未生成车站数据
This commit is contained in:
parent
096e87803d
commit
01732b6b9a
@ -366,6 +366,7 @@ export default {
|
|||||||
if (!item.depot) {
|
if (!item.depot) {
|
||||||
tempData.stationCodeList.push(item.code);
|
tempData.stationCodeList.push(item.code);
|
||||||
tempData.switchStationCodeList.push(item.code);
|
tempData.switchStationCodeList.push(item.code);
|
||||||
|
tempData.elementList.push(item.code);
|
||||||
} else { stationCodeList.push(item.code); }
|
} else { stationCodeList.push(item.code); }
|
||||||
});
|
});
|
||||||
[...this.sectionList, ...this.signalList, ...this.stationStandList, ...this.switchList, ...this.automaticRouteButtonList,
|
[...this.sectionList, ...this.signalList, ...this.stationStandList, ...this.switchList, ...this.automaticRouteButtonList,
|
||||||
|
Loading…
Reference in New Issue
Block a user