Browse Source

remove 删除无用打印

gssong 1 year ago
parent
commit
5f6057253f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/components/UserSelect/index.vue

+ 0 - 2
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 {