|
|
@ -386,7 +386,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 商品销售列表 |
|
|
|
// 商品销售列表 |
|
|
|
async getList() { |
|
|
|
async getList() { |
|
|
|
await marketingApi.getProductByPage(this.page).then(res => { |
|
|
|
await marketingApi.getProductPage(this.page).then(res => { |
|
|
|
if ((res.code = 20000)) ({ list: this.tableList = [], totalCount: this.page.totalCount = 0 } = res.data) |
|
|
|
if ((res.code = 20000)) ({ list: this.tableList = [], totalCount: this.page.totalCount = 0 } = res.data) |
|
|
|
}) |
|
|
|
}) |
|
|
|
console.log('tableList', this.tableList) |
|
|
|
console.log('tableList', this.tableList) |
|
|
|