|
@@ -159,11 +159,8 @@ export default {
|
|
|
} = this;
|
|
|
for (let key in dataMapping) {
|
|
|
source[key] = prop[dataMapping[key]];
|
|
|
- console.log(key,'key',dataMapping[key],'dataMapping[key]');
|
|
|
- console.log(source,'source');
|
|
|
}
|
|
|
this.innerValue = prop[valueKey];
|
|
|
- console.log(source,prop,this.innerValue,'------');
|
|
|
this.$emit("update:source", source);
|
|
|
this.$emit("change", prop, this.$props);
|
|
|
},
|