Compare commits
3 Commits
04b592cdd5
...
2891c177f4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2891c177f4 | ||
|
|
e5fa80db14 | ||
| 06150a8095 |
@@ -117,10 +117,10 @@ export default {
|
||||
data: page
|
||||
})
|
||||
},
|
||||
getProductByPage(page) {
|
||||
getProductPage(page) {
|
||||
// 商品销售列表
|
||||
return request({
|
||||
url: `/${service_name}/mallProductInfo/getByPage`,
|
||||
url: `/${service_name}/mallProductInfo/getPage`,
|
||||
method: 'post',
|
||||
data: page
|
||||
})
|
||||
|
||||
@@ -386,7 +386,7 @@ export default {
|
||||
},
|
||||
// 商品销售列表
|
||||
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)
|
||||
})
|
||||
console.log('tableList', this.tableList)
|
||||
|
||||
Reference in New Issue
Block a user