From 5f6057253f18826af93bc8dd6f469a15998fa45d Mon Sep 17 00:00:00 2001
From: gssong <1742057357@qq.com>
Date: 星期四, 07 三月 2024 21:19:04 +0800
Subject: [PATCH] remove 删除无用打印

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

diff --git a/src/components/UserSelect/index.vue b/src/components/UserSelect/index.vue
index 7f8b185..0599a17 100644
--- a/src/components/UserSelect/index.vue
+++ b/src/components/UserSelect/index.vue
@@ -290,8 +290,6 @@
 watch(
   () => userDialog.visible.value,
   (newValue: boolean) => {
-    console.log(selectUserList.value)
-
     if (newValue) {
       initSelectUser();
     } else {

--
Gitblit v1.9.3