feat(shoppingUpgrade): 加购升级升级专区获取商品列表问题修复
This commit is contained in:
parent
3716ad53ab
commit
2142466b86
|
@ -167,13 +167,7 @@ export default {
|
|||
|
||||
setArea(val) {
|
||||
this.isArea = val
|
||||
api
|
||||
.waresList({
|
||||
specialArea: this.isArea
|
||||
})
|
||||
.then((res) => {
|
||||
this.allGoods = res.data
|
||||
})
|
||||
this.getData()
|
||||
},
|
||||
|
||||
reduceRow(index) {
|
||||
|
|
Loading…
Reference in New Issue