CN-409 Entity Explorer--详情页图表开发:ip托管域名loading 不消失问题修正

This commit is contained in:
hyx
2022-03-24 17:33:07 +08:00
parent 03e8326784
commit 41237af24e
2 changed files with 5 additions and 5 deletions

View File

@@ -251,7 +251,9 @@ export default {
}
}).finally(() => {
setTimeout(() => {
if(!(this.chartInfo.type === 33 || this.chartInfo.type === 34)){
if(!(this.chartInfo.type === 33 || this.chartInfo.type === 34) ){
this.loading = false
}else if(!this.chartData || this.chartData.length === 0){
this.loading = false
}
}, 200)