Ver código fonte

取消重置后的数据显示

jbb 2 anos atrás
pai
commit
0ae4fa1dde

+ 1 - 1
src/views/shipment-details/referOrderDataModal.vue

@@ -514,7 +514,7 @@ export default {
       this.dateRange = [];
       this.queryParam.flourOrGarment = '';
       this.queryParam.preDeliveryDate = '';
-      this.getOrderList();
+      this.orderListData = []
       this.selectedRowKeys = [];
       this.selectedRows = [];
     },

+ 1 - 1
src/views/shipment-details/shipmentList.vue

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