From 3cc973c3be25d096a38eb78c41ddecd7d6c25621 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 25 Oct 2023 08:58:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=BA=97=E9=93=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E8=B0=83=E6=95=B4=E5=8F=82=E6=95=B0=E4=B8=BAvisibleId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/fengdu/AppBIBoard/AppBIBoard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()