Browse Source

列表筛选默认值

jbb 2 years ago
parent
commit
c6ea5ad4f3
1 changed files with 2 additions and 2 deletions
  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()
     }
   }
 }