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