fix: user edit

This commit is contained in:
lejianwen
2025-05-08 11:08:29 +08:00
parent 0dfab9edfb
commit 357f34e0e4
+1 -1
View File
@@ -15,7 +15,7 @@ export function useGetDetail (id) {
form.value = { ...res.data }
}
if (id > 0) {
onMounted(getDetail(id))
onMounted(_ => {getDetail(id)})
}
const getGroups = async () => {