瀏覽代碼

解决预托书列表重置报错

jbb 2 年之前
父節點
當前提交
7f7160dd2f
共有 1 個文件被更改,包括 9 次插入1 次删除
  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()
     },