We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0434a18 commit d7b2accCopy full SHA for d7b2acc
ui/src/views/application/index.vue
@@ -600,9 +600,12 @@ const importApplication = (file: any) => {
600
.then(async (res: any) => {
601
if (res?.data) {
602
applicationList.value = []
603
- getList()
+ user.profile()
604
}
605
})
606
+ .then(() => {
607
+ getList()
608
+ })
609
.catch((e) => {
610
if (e.code === 400) {
611
MsgConfirm(t('common.tip'), t('views.application.tip.professionalMessage'), {
0 commit comments