dev2 #1
@ -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