diff --git a/project/fengdu/AppBIBoard/AppBIBoard.vue b/project/fengdu/AppBIBoard/AppBIBoard.vue index b25cacca..fed75906 100644 --- a/project/fengdu/AppBIBoard/AppBIBoard.vue +++ b/project/fengdu/AppBIBoard/AppBIBoard.vue @@ -463,7 +463,7 @@ export default { } }) }, - getMapData(areaId) { + getMapData(visibleId) { const initMap = new Promise(resolve => { const load = (c = 0) => { if (this.map) { @@ -472,7 +472,7 @@ export default { } load() }) - this.instance.post("/app/appintegralsupermarketshop/list", null, {params: {areaId, size: 9999}}).then(res => { + this.instance.post("/app/appintegralsupermarketshop/list", null, {params: {visibleId, size: 9999}}).then(res => { if (res?.data) { initMap.then(() => { this.map.clear()