From bcbe25283756f3c13319042c340fe1361b9384b9 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期三, 16 七月 2025 15:07:31 +0800
Subject: [PATCH] qx

---
 src/views/system/info/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/system/info/index.vue b/src/views/system/info/index.vue
index 844d82b..5e3a581 100644
--- a/src/views/system/info/index.vue
+++ b/src/views/system/info/index.vue
@@ -396,7 +396,6 @@
     },
     // 澶氶�夋閫変腑鏁版嵁
     handleSelectionChange(selection) {
-      console.log(2222)
       if (selection.length > 1) {
         let del_row = selection.shift();
         this.$refs.tb.toggleRowSelection(del_row, false); //璁剧疆杩欎竴琛屽彇娑堥�変腑
@@ -431,7 +430,6 @@
           });
         }
       });
-      console.log(11111)
       if (this.teamNo) {
         getTeamTjPeopleList(this.teamNo).then((res) => {
           if (res.data) {

--
Gitblit v1.8.0