fix: user edit

Cette révision appartient à :
lejianwen
2025-05-08 11:08:29 +08:00
Parent 0dfab9edfb
révision 357f34e0e4
+1 -1
Voir le fichier
@@ -15,7 +15,7 @@ export function useGetDetail (id) {
form.value = { ...res.data } form.value = { ...res.data }
} }
if (id > 0) { if (id > 0) {
onMounted(getDetail(id)) onMounted(_ => {getDetail(id)})
} }
const getGroups = async () => { const getGroups = async () => {