Commit e91f016dca12d3267b299a2322482f29973fad5b

Authored by 陈鑫涛
1 parent 1ad14ae7

动态环图

src/views/bigscreenDesigner/designer/widget/pie/widgetActiveRingChart.vue
... ... @@ -133,7 +133,6 @@ export default {
133 133 this.setTitleConfig();
134 134 //基础数据修改
135 135 this.setOptionsConfig();
136   - console.log(this.optionsSetup,'this.optionsSetup');
137 136  
138 137  
139 138 },
... ... @@ -203,6 +202,7 @@ export default {
203 202 fontStyle.fontSize=optionsSetup.fontSize;
204 203 fontStyle.fontWeight=optionsSetup.fontWeight;
205 204 this.options.digitalFlopStyle = fontStyle;
  205 + this.$nextTick(() => this.moveDigitalFlop())
206 206 },
207 207 // 配置修改
208 208 setOptionsConfig() {
... ...