From 05f010bc5f40b94bed4e237d2fabf8e02b3831bb Mon Sep 17 00:00:00 2001 From: LiuHao Date: Sat, 3 Feb 2024 23:07:21 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=88=A0=E9=99=A4console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UserSelect/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/UserSelect/index.vue b/src/components/UserSelect/index.vue index a194806..d544330 100644 --- a/src/components/UserSelect/index.vue +++ b/src/components/UserSelect/index.vue @@ -171,7 +171,6 @@ const confirm = () => { }; const computedIds = (data) => { - console.log(data); if (data instanceof Array) { return [...data]; } else if (typeof data === 'string') {