CN-409 Entity Explorer--详情页图表开发:ip托管域名loading 不消失问题修正
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user