fix:修复限时秒杀折扣价修改功能
This commit is contained in:
parent
c1220c0d27
commit
3bb8fb198b
@ -189,7 +189,10 @@
|
|||||||
async fetchData() {
|
async fetchData() {
|
||||||
this.listLoading = true
|
this.listLoading = true
|
||||||
const { data } = await getActivityBuyItems(this.queryForm)
|
const { data } = await getActivityBuyItems(this.queryForm)
|
||||||
this.list = data.items[0].item
|
this.list = data.items
|
||||||
|
this.list.forEach((item,index) => {
|
||||||
|
item.item_number = data.items[index].item[index].item_number
|
||||||
|
});
|
||||||
this.total = data.records
|
this.total = data.records
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user