Commit a0c1f3d9 authored by Xuguangxing's avatar Xuguangxing

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

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