Commit e91f016dca12d3267b299a2322482f29973fad5b
1 parent
1ad14ae7
动态环图
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/bigscreenDesigner/designer/widget/pie/widgetActiveRingChart.vue
| @@ -133,7 +133,6 @@ export default { | @@ -133,7 +133,6 @@ export default { | ||
| 133 | this.setTitleConfig(); | 133 | this.setTitleConfig(); |
| 134 | //基础数据修改 | 134 | //基础数据修改 |
| 135 | this.setOptionsConfig(); | 135 | this.setOptionsConfig(); |
| 136 | - console.log(this.optionsSetup,'this.optionsSetup'); | ||
| 137 | 136 | ||
| 138 | 137 | ||
| 139 | }, | 138 | }, |
| @@ -203,6 +202,7 @@ export default { | @@ -203,6 +202,7 @@ export default { | ||
| 203 | fontStyle.fontSize=optionsSetup.fontSize; | 202 | fontStyle.fontSize=optionsSetup.fontSize; |
| 204 | fontStyle.fontWeight=optionsSetup.fontWeight; | 203 | fontStyle.fontWeight=optionsSetup.fontWeight; |
| 205 | this.options.digitalFlopStyle = fontStyle; | 204 | this.options.digitalFlopStyle = fontStyle; |
| 205 | + this.$nextTick(() => this.moveDigitalFlop()) | ||
| 206 | }, | 206 | }, |
| 207 | // 配置修改 | 207 | // 配置修改 |
| 208 | setOptionsConfig() { | 208 | setOptionsConfig() { |