refactor: 仪表板视图名称重复判断优化

This commit is contained in:
wangjiahao 2022-05-30 13:38:08 +08:00
parent c12dcb79bb
commit 989d0ea04e

View File

@ -858,6 +858,9 @@ export default {
this.chart.stylePriority = param.viewInfo.stylePriority
this.sourceCustomAttrStr = this.chart.customAttr
this.sourceCustomStyleStr = this.chart.customStyle
if (this.componentViewsData[this.chart.id]) {
this.componentViewsData[this.chart.id]['title'] = this.chart.title
}
this.mergeScale()
}
}