mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Application import
This commit is contained in:
parent
8a6bac396b
commit
8e5ff3b1f4
|
|
@ -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'), {
|
||||
|
|
|
|||
Loading…
Reference in New Issue