소스 검색

客户往来分页bug

wangzhuo 1 년 전
부모
커밋
1f9251e8e5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/tirePartsMall/statisticAnalysis/customerTransactions/detailsInfo.vue

+ 2 - 2
src/views/tirePartsMall/statisticAnalysis/customerTransactions/detailsInfo.vue

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