mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 12:57:11 +08:00
fix: 修复GiForm中DateRangePicker无法正确赋值
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user