From ad54cf427ee94e01e8c72a01f738615eb2b6569d Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 04 七月 2025 17:58:34 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb

---
 src/components/jianceResult/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/components/jianceResult/index.vue b/src/components/jianceResult/index.vue
index a7954fa..84a2178 100644
--- a/src/components/jianceResult/index.vue
+++ b/src/components/jianceResult/index.vue
@@ -18,6 +18,7 @@
             placeholder=""
             style="width: 400px;"
             clearable
+
           />
         </el-form-item>
       </el-form>
@@ -80,19 +81,17 @@
       this.list = [];  // 娓呯┖宸查�夊垪琛�
     },
     handleQuery() {
-      console.log(11111)
       this.loading = true;
       selectZT({
         proId: this.proId,
         xmgz: this.queryParams.xmgz
       }).then((res) => {
         if (res.data.length > 0) {
-          console.log(33333)
           this.open = true
           this.dataList = res.data;
           this.loading = false;
         } else {
-          console.log(2222)
+          this.open =false
           this.dataList = res.data;
           this.loading = false;
         }

--
Gitblit v1.8.0