remove 删除无用打印

This commit is contained in:
gssong 2024-03-07 21:19:04 +08:00
parent d50c90afd1
commit 5f6057253f

View File

@ -290,8 +290,6 @@ const close = () => {
watch( watch(
() => userDialog.visible.value, () => userDialog.visible.value,
(newValue: boolean) => { (newValue: boolean) => {
console.log(selectUserList.value)
if (newValue) { if (newValue) {
initSelectUser(); initSelectUser();
} else { } else {