fix(UserImportForm): 🐞 add update formLoading and dialogVisible to submitFormSuccess
This commit is contained in:
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…
Reference in New Issue
Block a user