From 0ecc402885f332b21923bb12183dc072306f2b39 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期五, 21 三月 2025 18:36:15 +0800 Subject: [PATCH] vue3 --- components/oi-form/list/checkbox/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/components/oi-form/list/checkbox/index.vue b/components/oi-form/list/checkbox/index.vue index 905c4c0..bff91b9 100644 --- a/components/oi-form/list/checkbox/index.vue +++ b/components/oi-form/list/checkbox/index.vue @@ -34,7 +34,7 @@ this.model[this.data.fieldId] = val } this.data.value = val - this.$emit("change", val) + this.$emit("on-change", val) }, } -- Gitblit v1.9.1