修改测试问题

This commit is contained in:
guanj
2026-05-28 20:36:49 +08:00
parent 9466141bff
commit c2f23aa957
9 changed files with 79 additions and 28 deletions

View File

@@ -171,6 +171,7 @@ const defaultProps = {
label: 'name'
}
const selectUser = (e: any) => {
if (e == undefined) return (loading.value = false)
user.value = e
loading.value = true