Skip to content

Commit

Permalink
fix(form):ProFormTimePicker.RangePicker 获取时间区间,当name超过两层时,值为日期+时间格式
Browse files Browse the repository at this point in the history
  • Loading branch information
lossercode authored Jun 6, 2024
1 parent 3b72808 commit 0ce8bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/conversionMomentValue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const conversionMomentValue = <T extends {} = any>(
dateFormatter,
valueTypeMap,
omitNil,
[valueKey],
namePath,
);
return;
}
Expand Down

0 comments on commit 0ce8bcd

Please sign in to comment.