Commit 70ceaa14 authored by wangxl's avatar wangxl

444

parent 85d0f334
......@@ -68,8 +68,9 @@ export default {
if (!!this.selected && this.selected.length > 0) {
var len = this.selected.length - 1
this.$emit("input", this.selected[len])
} else
this.$emit("input", '')
this.$emit("change");
}
},
displayRender ({ labels }) {
return labels[labels.length - 1];
......
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