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') {