mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-26 21:51:40 +00:00
fix(form): improve form props acquisition,fix #527
This commit is contained in:
@@ -143,7 +143,9 @@
|
|||||||
defaultValueRef,
|
defaultValueRef,
|
||||||
});
|
});
|
||||||
|
|
||||||
const { transformDateFunc, fieldMapToTime, autoFocusFirstItem } = toRefs(props);
|
const { transformDateFunc, fieldMapToTime, autoFocusFirstItem } = toRefs(
|
||||||
|
unref(getProps)
|
||||||
|
) as any;
|
||||||
|
|
||||||
const { handleFormValues, initDefault } = useFormValues({
|
const { handleFormValues, initDefault } = useFormValues({
|
||||||
transformDateFuncRef: transformDateFunc,
|
transformDateFuncRef: transformDateFunc,
|
||||||
|
Reference in New Issue
Block a user