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