From 8e5ff3b1f4373450b4d49f2aecf6f50fc532396b Mon Sep 17 00:00:00 2001 From: zhangzhanwei Date: Tue, 15 Jul 2025 15:35:16 +0800 Subject: [PATCH] fix: Application import --- ui/src/views/application/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'), {