|
@@ -382,7 +382,7 @@ export default {
|
|
console.log(data,page);
|
|
console.log(data,page);
|
|
//id: id, status: '待确认,待发货,已发货,退款请核', bsType: 'XS'
|
|
//id: id, status: '待确认,待发货,已发货,退款请核', bsType: 'XS'
|
|
// data.status = '待确认,待发货,已发货,退款请核'
|
|
// data.status = '待确认,待发货,已发货,退款请核'
|
|
- getList({ id: this.detailData.id, bsType: 'CG',...data,current:page.currentPage,
|
|
|
|
|
|
+ getList({ customerId: this.detailData.id, bsType: 'CG',...data,current:page.currentPage,
|
|
size:page.pageSize })
|
|
size:page.pageSize })
|
|
.then(res => {
|
|
.then(res => {
|
|
this.sellList = res.data.data.records ? res.data.data.records : [];
|
|
this.sellList = res.data.data.records ? res.data.data.records : [];
|