更新
This commit is contained in:
parent
db3b0a3570
commit
4a497f839b
@ -429,7 +429,7 @@
|
||||
this.dialogTableVisibles = true
|
||||
pinglun(data).then(res=>{
|
||||
console.log(res)
|
||||
this.pinglunlist = res.rows
|
||||
this.pinglunlist = res.data.records
|
||||
this.pltotal = res.total
|
||||
})
|
||||
},
|
||||
@ -444,7 +444,7 @@
|
||||
this.dialogTableVisibles = true
|
||||
pinglun(data).then(res=>{
|
||||
console.log(res)
|
||||
this.pinglunlist = res.rows
|
||||
this.pinglunlist = res.data.records
|
||||
this.pltotal = res.total
|
||||
})
|
||||
},
|
||||
@ -469,13 +469,13 @@
|
||||
|
||||
this.loading = true;
|
||||
listMallPartners(this.queryParams).then(response => {
|
||||
this.mallPartnersList = response.rows;
|
||||
this.mallPartnersList = response.data.records;
|
||||
console.log('查询合作商管理列表 ',this.mallPartnersList)
|
||||
this.total = response.total;
|
||||
this.loading = false;
|
||||
});
|
||||
listCategory(this.queryParamss).then(responses => {
|
||||
this.options = responses.rows;
|
||||
this.options = responses.data.records;
|
||||
});
|
||||
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user