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