fix: Application import

This commit is contained in:
zhangzhanwei 2025-07-15 15:35:16 +08:00 committed by zhanweizhang7
parent 8a6bac396b
commit 8e5ff3b1f4

View File

@ -600,9 +600,12 @@ const importApplication = (file: any) => {
.then(async (res: any) => {
if (res?.data) {
applicationList.value = []
getList()
user.profile()
}
})
.then(() => {
getList()
})
.catch((e) => {
if (e.code === 400) {
MsgConfirm(t('common.tip'), t('views.application.tip.professionalMessage'), {