|
|
|
@ -115,7 +115,7 @@ export default {
|
|
|
|
|
configStyle: {
|
|
|
|
|
handler (val, oldValue) {
|
|
|
|
|
if (!_.isEqual(val, oldValue)) {
|
|
|
|
|
this.$emit('updateSetting', this.config)
|
|
|
|
|
this.$emit('updateSetting',{...val,type:this.config.type,code:this.config.code})
|
|
|
|
|
this.saveTimeLine(`更新${val?.title}组件属性`)
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|