diff --git a/magic-boot-ui/src/components/magic/template/mb-form.vue b/magic-boot-ui/src/components/magic/template/mb-form.vue index 834c35b..fb61b87 100644 --- a/magic-boot-ui/src/components/magic/template/mb-form.vue +++ b/magic-boot-ui/src/components/magic/template/mb-form.vue @@ -13,6 +13,7 @@ v-model="formData[col.name]" :item-label="col.label" v-bind="col.props" + @change="col.change" /> @@ -21,10 +22,10 @@