@@ -514,7 +514,7 @@ export default {
this.dateRange = [];
this.queryParam.flourOrGarment = '';
this.queryParam.preDeliveryDate = '';
- this.getOrderList();
+ this.orderListData = []
this.selectedRowKeys = [];
this.selectedRows = [];
},
@@ -735,7 +735,7 @@ export default {
this.queryParam.itemNumber = ''
this.queryParam.refer = ''
this.queryParam.isTc = ''
- this.getShipmentList() // 渲染 发运明细列表
+ this.shipmentListData = [] // 渲染 发运明细列表
// 分页变化时触发