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