Commit a0c1f3d9 authored by Xuguangxing's avatar Xuguangxing

feat: 调整猜你喜欢商品来源字段传值问题

parent 23803604
...@@ -145,8 +145,11 @@ export default { ...@@ -145,8 +145,11 @@ export default {
value(val) { value(val) {
this.dataValue = val; this.dataValue = val;
}, },
selected(val) { dataValue: {
this.$emit('input', val); deep: true,
handler(val) {
this.$emit('input', val);
}
} }
}, },
methods: { methods: {
......
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