From 51123d5ad145745f855280783c01cc2906b693d0 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期三, 24 一月 2024 18:00:20 +0800
Subject: [PATCH] su

---
 src/views/system/biol/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/system/biol/index.vue b/src/views/system/biol/index.vue
index e340101..1e14668 100644
--- a/src/views/system/biol/index.vue
+++ b/src/views/system/biol/index.vue
@@ -24,7 +24,7 @@
           clearable
           @keyup.enter.native="handleQuery"
           ref="inputName"
-          @blur="handleQuery"
+          @blur="hb"
         />
       </el-form-item>
       <el-form-item label="鎶ュ憡鏃堕棿" prop="reportTimeList">
@@ -988,6 +988,11 @@
       };
       this.resetForm("form");
     },
+    hb() {
+      if (this.queryParams.tjNum != undefined) {
+        this.handleQuery();
+      }
+    },
     /** 鎼滅储鎸夐挳鎿嶄綔 */
     handleQuery() {
       this.queryParams.pageNum = 1;
@@ -1012,7 +1017,6 @@
       // }
       this.multiple = !selection.length;
       this.report = selection.map((item) => item.tjNumber);
-      console.log(this.report);
     },
 
     investigation(row) {

--
Gitblit v1.8.0