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

This commit is contained in:
AhJindeg 2024-04-11 11:03:06 +08:00
parent 786468f437
commit 4793897511

View File

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