Browse Source

解决预托书列表重置报错

jbb 2 years ago
parent
commit
7f7160dd2f
1 changed files with 9 additions and 1 deletions
  1. 9 1
      src/views/pre-book/preBookList.vue

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

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