components/oi-form/list/input/index.vue
@@ -36,22 +36,22 @@ }, 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("focus", e) this.$emit("on-focus", e) }, onPrefixButton() { this.$emit("click-prefix") this.$emit("on-click-prefix") }, onSuffixButton() { this.$emit("click-suffix") this.$emit("on-click-suffix") }, } };