src/components/siteDialog/index.vue @@ -450,6 +450,10 @@ // 关闭弹窗按钮 popupClose () { this.popupShow = false this.$EventBus.$emit("mapClearLayer", { layerName: "scanLayer", type: "VectorLayer", }) this.$store.commit('SET_PLACEBASEPOPUP', false) },