diff --git a/ui/src/views/application/index.vue b/ui/src/views/application/index.vue index 46d32c277..368627f92 100644 --- a/ui/src/views/application/index.vue +++ b/ui/src/views/application/index.vue @@ -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'), {