Skip to content

Commit

Permalink
fix:ProFormTimePicker.RangePicker 获取时间区间,当name超过两层时,值为日期+时间格式 ant-des…
Browse files Browse the repository at this point in the history
  • Loading branch information
lossercode committed May 28, 2024
1 parent 4290c14 commit d94f10d
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 d94f10d

Please sign in to comment.