Explorar o código

客户往来分页bug

wangzhuo hai 1 ano
pai
achega
1f9251e8e5

+ 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;