Skip to content

Commit 4793897

Browse files
committed
fix(UserImportForm): 🐞 add update formLoading and dialogVisible to submitFormSuccess
1 parent 786468f commit 4793897

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/system/user/UserImportForm.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ const submitFormSuccess = (response: any) => {
105105
text += '< ' + username + ': ' + data.failureUsernames[username] + ' >'
106106
}
107107
message.alert(text)
108+
formLoading.value = false
109+
dialogVisible.value = false
108110
// 发送操作成功的事件
109111
emits('success')
110112
}

0 commit comments

Comments
 (0)