From 5b6428bac0222c224b3452ba5f866f4c5ba62f04 Mon Sep 17 00:00:00 2001 From: renpy Date: Wed, 30 Aug 2023 10:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=8F=B3=E4=BE=A7=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=A0=8F=E9=9A=90=E8=97=8F=E5=90=8E=EF=BC=8C=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E4=B8=BA=E7=A9=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stationOperation/components/MapPane.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/stationOperation/components/MapPane.vue b/src/views/stationOperation/components/MapPane.vue index c07c513..7545875 100644 --- a/src/views/stationOperation/components/MapPane.vue +++ b/src/views/stationOperation/components/MapPane.vue @@ -20,7 +20,7 @@ @@ -485,6 +485,12 @@ export default { } }, + handleHide() { + this.showPane = !this.showPane + this.emitDrawCircle(1) + this.emitFilter() + }, + // 根据 Filter 筛选Marker emitFilter() { const filterType = this.filterList.filter(item => item.checked).map(item => item.type)