Skip to content

Commit a8986b9

Browse files
chengang1Charles7c
authored andcommitted
fix: 修复GiForm中DateRangePicker无法正确赋值
1 parent 55ce849 commit a8986b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GiForm/src/GiForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<DateRangePicker
2424
v-bind="(item.props as A.RangePickerInstance['$props'])"
2525
:model-value="modelValue[item.field as keyof typeof modelValue]"
26-
@update:model-value="valueChange($event, item.field)"
26+
@update:model-value="updateValue($event, item.field)"
2727
/>
2828
</template>
2929
<component

0 commit comments

Comments
 (0)