From 3600c4a1e4d7987bd2c99bbc9e9b85d399251abc Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期三, 13 八月 2025 13:50:14 +0800
Subject: [PATCH] qx

---
 src/components/proposal/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/components/proposal/index.vue b/src/components/proposal/index.vue
index 93bf7c9..8d98813 100644
--- a/src/components/proposal/index.vue
+++ b/src/components/proposal/index.vue
@@ -233,7 +233,6 @@
       //     this.$refs.elTable.toggleRowSelection(selection.pop()); // 璁剧疆閫夋嫨椤�
       //   }
       this.list = selection;
-      console.log(this.list);
     },
     search() {
       this.queryParams1.zyzd = this.searchAdv;
@@ -255,7 +254,6 @@
         getCyTjAdviceKjbqBySex(this.queryParams).then((res) => {
           this.dataList = res.data.records;
           this.total = res.data.total;
-
           this.loading = false;
         });
       });

--
Gitblit v1.8.0