소스 검색

取消重置后的数据显示

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