Sfoglia il codice sorgente

列表筛选默认值

jbb 2 anni fa
parent
commit
c6ea5ad4f3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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()
     }
   }
 }