fix(UserImportForm): 🐞 add update formLoading and dialogVisible to submitFormSuccess

main
AhJindeg 2 years ago
parent 786468f437
commit 4793897511

@ -105,6 +105,8 @@ const submitFormSuccess = (response: any) => {
text += '< ' + username + ': ' + data.failureUsernames[username] + ' >'
}
message.alert(text)
formLoading.value = false
dialogVisible.value = false
//
emits('success')
}

Loading…
Cancel
Save