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)