remove 删除无用打印

dev
gssong 2 years ago
parent d50c90afd1
commit 5f6057253f

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

Loading…
Cancel
Save