From b6bb4477c8134625cf23b879c238c57a0ddc942d Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 28 Feb 2022 16:37:28 +0800 Subject: [PATCH] BUG 27733 --- src/mods/AppSupermarket/AppSupermarket.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/AppSupermarket/AppSupermarket.vue b/src/mods/AppSupermarket/AppSupermarket.vue index 0f58bf9..4eaf2a8 100644 --- a/src/mods/AppSupermarket/AppSupermarket.vue +++ b/src/mods/AppSupermarket/AppSupermarket.vue @@ -146,7 +146,7 @@ export default { getList() { this.$instance.post(`/app/appvillagerintegralmerchandise/listByIntegral`, null, { params: { - areaId: this.user?.areaId + areaId: this.user?.currentAreaId } }).then(res => { if (res && res.data) {