fix:修复远程组件配置数据集后一直处于loading状态的问题

main
hong.yang 1 year ago
parent c496b5f489
commit ec0289fda4

@ -64,7 +64,7 @@ export default {
remote.changeData(config, filterList)
}
//
this.$options.mixins[1].methods.changeData.call(this, config, filterList)
return this.$options.mixins[1].methods.changeData.call(this, config, filterList)
},
...mapMutations('bigScreen', ['changeChartConfig']),
//
@ -120,7 +120,7 @@ export default {
}
}
},
linkEvent (formData) {
linkEvent (formData) {
this.linkage(formData)
},
/**

Loading…
Cancel
Save