Commit adef43e6 authored by xioln's avatar xioln

移库库位选择回显

parent 4bdde84d
...@@ -106,6 +106,15 @@ export default { ...@@ -106,6 +106,15 @@ export default {
} }
} }
} }
},
value: {
immediate: true,
deep: true,
handler(v) {
if (v) {
this.selVal = this.value
}
}
} }
}, },
created() { created() {
......
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