fix: 修复GiForm中DateRangePicker无法正确赋值

This commit is contained in:
chengang
2025-04-18 16:45:18 +08:00
committed by Charles7c
parent 55ce849b2e
commit a8986b93a8

View File

@@ -23,7 +23,7 @@
<DateRangePicker
v-bind="(item.props as A.RangePickerInstance['$props'])"
:model-value="modelValue[item.field as keyof typeof modelValue]"
@update:model-value="valueChange($event, item.field)"
@update:model-value="updateValue($event, item.field)"
/>
</template>
<component