detection 数据加载完毕时加载图表不显示
This commit is contained in:
@@ -370,12 +370,16 @@ export default {
|
||||
detectionChart.setOption(eventSeverityTrendOption)
|
||||
//this.isEventSeverityNoData = false
|
||||
|
||||
this.loading = false
|
||||
|
||||
}else {
|
||||
//this.isEventSeverityNoData = true
|
||||
}
|
||||
}).catch(error => {
|
||||
|
||||
}).finally(() => {
|
||||
this.$nextTick(() => {
|
||||
this.loading = false
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user