mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-11 16:57:09 +08:00
fix: 修复GiForm中DateRangePicker无法正确赋值
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<DateRangePicker
|
<DateRangePicker
|
||||||
v-bind="(item.props as A.RangePickerInstance['$props'])"
|
v-bind="(item.props as A.RangePickerInstance['$props'])"
|
||||||
:model-value="modelValue[item.field as keyof typeof modelValue]"
|
:model-value="modelValue[item.field as keyof typeof modelValue]"
|
||||||
@update:model-value="valueChange($event, item.field)"
|
@update:model-value="updateValue($event, item.field)"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<component
|
<component
|
||||||
|
Reference in New Issue
Block a user