components/oi-form/list/textarea/index.vue
@@ -25,15 +25,17 @@ }, methods: { onChange(e) { this.$emit("change", e) this.$emit("on-change", e) }, onConfirm(e) { this.onChange(e) }, onClick(e) { this.$emit("click", e) this.$emit("on-click", e) }, onFocus(e) { this.$emit("on-focus", e) }, } };