Commit 797b83de authored by wangxl's avatar wangxl

44444

parent aeb7dfb4
...@@ -74,11 +74,11 @@ export default { ...@@ -74,11 +74,11 @@ export default {
value: { value: {
handler (value) { handler (value) {
if (!!value) { if (!!value) {
this.selected = getSpecArray(this.value) // this.selected = getSpecArray(this.value)
if (!!this.selected && this.selected.length == 3) { // if (!!this.selected && this.selected.length == 3) {
this.$emit("input", this.selected[2]) // this.$emit("input", this.selected[2])
this.$emit("change"); // this.$emit("change");
} // }
} }
}, },
}, },
......
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