BUG 27733

This commit is contained in:
aixianling
2022-02-28 16:37:28 +08:00
parent 06ba284f76
commit b6bb4477c8

View File

@@ -146,7 +146,7 @@ export default {
getList() { getList() {
this.$instance.post(`/app/appvillagerintegralmerchandise/listByIntegral`, null, { this.$instance.post(`/app/appvillagerintegralmerchandise/listByIntegral`, null, {
params: { params: {
areaId: this.user?.areaId areaId: this.user?.currentAreaId
} }
}).then(res => { }).then(res => {
if (res && res.data) { if (res && res.data) {