remove 删除无用打印
This commit is contained in:
@ -290,8 +290,6 @@ const close = () => {
|
||||
watch(
|
||||
() => userDialog.visible.value,
|
||||
(newValue: boolean) => {
|
||||
console.log(selectUserList.value)
|
||||
|
||||
if (newValue) {
|
||||
initSelectUser();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user