소스 검색

列表筛选默认值

jbb 2 년 전
부모
커밋
c6ea5ad4f3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/shipment-details/shipmentList.vue

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

@@ -976,8 +976,8 @@ export default {
       this.preDeliveryDate = []
       // this.shipmentListData = [] // 渲染 发运明细列表
      await this.getShipmentList()
-      // this.queryParam = {}
-      // this.defalutDate()
+      this.queryParam = {}
+      this.defalutDate()
     }
   }
 }