From 5f6057253f18826af93bc8dd6f469a15998fa45d Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: Thu, 7 Mar 2024 21:19:04 +0800 Subject: [PATCH] =?UTF-8?q?remove=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UserSelect/index.vue | 2 -- 1 file changed, 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 @@ const close = () => { watch( () => userDialog.visible.value, (newValue: boolean) => { - console.log(selectUserList.value) - if (newValue) { initSelectUser(); } else {