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