fix: 放开远程组件改变配置,样式变化的方法

main
wu.jian2 2 years ago
parent 603fc4d2ec
commit 8a7ae360e3

@ -201,7 +201,7 @@ export default {
this.chart.update(config.option)
}
this.changeChartConfig(config)
// this.$refs['remoteComponent' + config.code]?.customStyle(config)
this.$refs['remoteComponent' + config.code]?.customStyle(config)
return config
},
//

Loading…
Cancel
Save