BUG 27733
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user