Commit 1843c020 authored by 何虹's avatar 何虹 💬

更新复选框组bug

parent b387e532
......@@ -91,7 +91,7 @@ export default {
methods: {
initConfigData(config, sourceData) {
this.initConfig(_.cloneDeep(config));
this.initConfig(_.cloneDeep(sourceData));
this.initData(_.cloneDeep(sourceData));
},
initConfig(config = {}) {
this.configData = Object.assign(this.configData, config);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment