From 2546cadadd9450011b360ca044515e4aba6fb75f Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 24 Oct 2023 18:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=B0=E5=9B=BE=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=9C=B0=E5=9B=BE=E5=8F=98=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/fengdu/AppBIBoard/AppBIBoard.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/fengdu/AppBIBoard/AppBIBoard.vue b/project/fengdu/AppBIBoard/AppBIBoard.vue index 2427aef8..b25cacca 100644 --- a/project/fengdu/AppBIBoard/AppBIBoard.vue +++ b/project/fengdu/AppBIBoard/AppBIBoard.vue @@ -475,7 +475,8 @@ export default { this.instance.post("/app/appintegralsupermarketshop/list", null, {params: {areaId, size: 9999}}).then(res => { if (res?.data) { initMap.then(() => { - this.$refs.map.handleReset() + this.map.clear() + this.$refs.map.init() const {records} = res.data this.map.on('click', e => { console.log(e)