Преглед на файлове

取消重置后的数据显示

jbb преди 2 години
родител
ревизия
0ae4fa1dde
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/shipment-details/referOrderDataModal.vue
  2. 1 1
      src/views/shipment-details/shipmentList.vue

+ 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 = [] // 渲染 发运明细列表
     },
 
     // 分页变化时触发