diff --git a/src/views/stationOperation/components/MapMarker.vue b/src/views/stationOperation/components/MapMarker.vue index 4dd9c4f..88e57a8 100644 --- a/src/views/stationOperation/components/MapMarker.vue +++ b/src/views/stationOperation/components/MapMarker.vue @@ -159,7 +159,6 @@ export default { // 初始化波纹 initRipples() { - console.log("xuanran",this.currList); this.currList // .filter( // stationInfo => @@ -171,7 +170,6 @@ export default { }, getRipple({ lon, lat, stationId, stationType, quality }) { - // console.log("lon, lat, stationId, stationType, quality",lon, lat, stationId, stationType, quality); const rippleDiv = document.createElement('div') rippleDiv.className = 'custom-ripple' if (quality == "excellent") { @@ -245,14 +243,6 @@ export default { } }, watch: { - // list: { - // // 数据变化时执行的逻辑代码 - // handler(newName, oldName) { - // console.log(newName); - // }, - // // 开启深度监听 - // deep: true - // } list() { this.map.getOverlays().clear() this.initMapPopup() diff --git a/src/views/stationOperation/components/MapPane.vue b/src/views/stationOperation/components/MapPane.vue index 4fa8f9c..fa4edc5 100644 --- a/src/views/stationOperation/components/MapPane.vue +++ b/src/views/stationOperation/components/MapPane.vue @@ -18,7 +18,7 @@
@@ -26,7 +26,7 @@
@@ -468,6 +468,7 @@ export default { // 面板改变 onPaneChange(active) { + this.showPane = true this.active = active const source = this.circleLayer.getSource() source.clear() // 清理图层 diff --git a/src/views/stationOperation/index.vue b/src/views/stationOperation/index.vue index 0a19a45..5c82903 100644 --- a/src/views/stationOperation/index.vue +++ b/src/views/stationOperation/index.vue @@ -429,7 +429,6 @@ export default { ) this.markerList = this.originalDataList.filter(item => filterType.includes(item.stationType)) this.upDateStationList = this.orgStationList.filter(item => filterType.includes(item.stationType)) - console.log("ertyuiodfghj",this.upDateStationList); }, // 地图图标点击