forked from github/dataease
Merge pull request #1984 from dataease/pr@dev@fix_panel-style
fix: 修改标题不实时显示问题
This commit is contained in:
commit
bcad40bfda
@ -757,6 +757,7 @@ export default {
|
||||
this.chart.customAttr = param.viewInfo.customAttr
|
||||
this.chart.customStyle = param.viewInfo.customStyle
|
||||
this.chart.senior = param.viewInfo.senior
|
||||
this.chart.title = param.viewInfo.title
|
||||
this.sourceCustomAttrStr = this.chart.customAttr
|
||||
this.sourceCustomStyleStr = this.chart.customStyle
|
||||
this.mergeScale()
|
||||
|
@ -1717,6 +1717,7 @@ export default {
|
||||
view.customStyle = JSON.stringify(this.view.customStyle)
|
||||
view.customFilter = JSON.stringify(this.view.customFilter)
|
||||
view.senior = JSON.stringify(this.view.senior)
|
||||
view.title = this.view.title
|
||||
// view.data = this.data
|
||||
this.chart = view
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user