fix: 实体详情loading 判断调整
This commit is contained in:
@@ -143,6 +143,14 @@ export default {
|
||||
} else if (this.entityName === 'domain') {
|
||||
this.loadingDomain = false
|
||||
}
|
||||
} else {
|
||||
if (this.entityName === 'app') {
|
||||
this.loadingApp = false
|
||||
} else if (this.entityName === 'ip') {
|
||||
this.loadingIp = false
|
||||
} else if (this.entityName === 'domain') {
|
||||
this.loadingDomain = false
|
||||
}
|
||||
}
|
||||
}).finally(() => {
|
||||
setTimeout(() => {
|
||||
|
||||
@@ -274,6 +274,8 @@ export default {
|
||||
})
|
||||
}
|
||||
this.loading = false
|
||||
} else {
|
||||
this.loading = false
|
||||
}
|
||||
}).finally(() => {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user