components/oi-form/list/select/index.vue @@ -22,7 +22,7 @@ }, methods: { onChange(e) { this.$emit("change", e) this.$emit("on-change", e) }, }