forked from github/dataease
refactor: 仪表板视图名称重复判断优化
This commit is contained in:
parent
c12dcb79bb
commit
989d0ea04e
@ -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()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user