Przeglądaj źródła

解决预托书列表重置报错

jbb 2 lat temu
rodzic
commit
7f7160dd2f
1 zmienionych plików z 9 dodań i 1 usunięć
  1. 9 1
      src/views/pre-book/preBookList.vue

+ 9 - 1
src/views/pre-book/preBookList.vue

@@ -396,7 +396,15 @@ export default {
     },
     // 重置
     searchReset() {
-      this.queryParam = {}
+      this.queryParam = {
+        depositaryReceiptNo: '',
+        shippingOrderDate: '',//托书日期
+        clientAbbreviation: '',
+        containerNumber: '',
+        smallPo: '',
+        depositaryReceiptNo: '',
+        pageNo: '' // 点击的页数
+      }
       this.getPreBookData()
     },