NEZ-3259 fix:Notebook中蜂窝图表没有显示数据
This commit is contained in:
@@ -467,7 +467,7 @@ export default {
|
||||
if (this.from == 'dashboard') {
|
||||
linkId = this.chartInfo.varId
|
||||
} else {
|
||||
linkId = this.chartDetailInfo.id
|
||||
linkId = this.chartDetailInfo && this.chartDetailInfo.id
|
||||
}
|
||||
if (this.chartInfo.type === 'assetInfo') {
|
||||
this.$get('asset/asset/' + linkId).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user