diff --git a/frontend/src/components/canvas/custom-component/UserView.vue b/frontend/src/components/canvas/custom-component/UserView.vue index 08e2c7e65e..e383170521 100644 --- a/frontend/src/components/canvas/custom-component/UserView.vue +++ b/frontend/src/components/canvas/custom-component/UserView.vue @@ -728,6 +728,7 @@ export default { } else if (param.type === 'styleChange') { this.chart.customAttr = param.viewInfo.customAttr this.chart.customStyle = param.viewInfo.customStyle + this.chart.senior = param.viewInfo.senior this.sourceCustomAttrStr = this.chart.customAttr this.sourceCustomStyleStr = this.chart.customStyle this.mergeScale()