From 01732b6b9a4e770e71ccd29f0f3bdf917c99c713 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Wed, 29 Sep 2021 09:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=EF=BC=9A=20=E7=8E=B0?= =?UTF-8?q?=E5=9C=B0=E6=98=BE=E7=A4=BA=E9=85=8D=E7=BD=AE=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=9D=83=E9=99=90=E7=9A=84=E6=97=B6=E5=80=99=E6=9C=AA=E7=94=9F?= =?UTF-8?q?=E6=88=90=E8=BD=A6=E7=AB=99=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../newMap/newMapdraft/mapoperate/displayConfig/localConfig.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/newMap/newMapdraft/mapoperate/displayConfig/localConfig.vue b/src/views/newMap/newMapdraft/mapoperate/displayConfig/localConfig.vue index ae3289212..aaec4b304 100644 --- a/src/views/newMap/newMapdraft/mapoperate/displayConfig/localConfig.vue +++ b/src/views/newMap/newMapdraft/mapoperate/displayConfig/localConfig.vue @@ -366,6 +366,7 @@ export default { if (!item.depot) { tempData.stationCodeList.push(item.code); tempData.switchStationCodeList.push(item.code); + tempData.elementList.push(item.code); } else { stationCodeList.push(item.code); } }); [...this.sectionList, ...this.signalList, ...this.stationStandList, ...this.switchList, ...this.automaticRouteButtonList,