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)