|  | @@ -382,7 +382,7 @@ export default {
 | 
	
		
			
				|  |  |              console.log(data,page);
 | 
	
		
			
				|  |  |              //id: id, status: '待确认,待发货,已发货,退款请核', bsType: 'XS'
 | 
	
		
			
				|  |  |              // 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 })
 | 
	
		
			
				|  |  |                  .then(res => {
 | 
	
		
			
				|  |  |                      this.sellList = res.data.data.records ? res.data.data.records : [];
 |