forked from github/dataease
fix: 修改标题不实时显示问题
This commit is contained in:
parent
4d6e35fb25
commit
3348742314
@ -1717,7 +1717,7 @@ export default {
|
|||||||
view.customStyle = JSON.stringify(this.view.customStyle)
|
view.customStyle = JSON.stringify(this.view.customStyle)
|
||||||
view.customFilter = JSON.stringify(this.view.customFilter)
|
view.customFilter = JSON.stringify(this.view.customFilter)
|
||||||
view.senior = JSON.stringify(this.view.senior)
|
view.senior = JSON.stringify(this.view.senior)
|
||||||
view.title = JSON.stringify(this.view.title)
|
view.title = this.view.title
|
||||||
// view.data = this.data
|
// view.data = this.data
|
||||||
this.chart = view
|
this.chart = view
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user