fix: panelChart调整

This commit is contained in:
@changcode
2021-12-17 10:16:45 +08:00
parent 941abf1cf7
commit a47a1dd1c4

View File

@@ -154,11 +154,13 @@ export default {
this.$get('asset/asset/' + this.chartDetailInfo.id).then(res => {
this.chartData = res.data
})
break
}
if (this.chartInfo.type === 'endpointInfo') {
this.$get('monitor/endpoint/' + this.chartDetailInfo.id).then(res => {
this.chartData = res.data
})
break
}
const q = {
type: this.chartInfo.param.datasource[0].type,