Commit ba9f5836 authored by 徐俊's avatar 徐俊

xujun

parent f95a6418
...@@ -28,7 +28,6 @@ export default { ...@@ -28,7 +28,6 @@ export default {
}, },
methods: { methods: {
onChange (value, selectedOptions) { onChange (value, selectedOptions) {
console.log(value, selectedOptions);
this.selected = value this.selected = 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])
......
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