remove 删除无用打印
This commit is contained in:
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…
x
Reference in New Issue
Block a user