Commit 47938975 by AhJindeg

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

parent 786468f4
...@@ -105,6 +105,8 @@ const submitFormSuccess = (response: any) => { ...@@ -105,6 +105,8 @@ const submitFormSuccess = (response: any) => {
text += '< ' + username + ': ' + data.failureUsernames[username] + ' >' text += '< ' + username + ': ' + data.failureUsernames[username] + ' >'
} }
message.alert(text) message.alert(text)
formLoading.value = false
dialogVisible.value = false
// 发送操作成功的事件 // 发送操作成功的事件
emits('success') emits('success')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment