修改用户定位地址相关

This commit is contained in:
张成
2025-09-11 09:32:33 +08:00
parent a9511ea828
commit e1944cbaeb
5 changed files with 13 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ const FilterPopup = (props: FilterPopupProps) => {
const handleDateChange = (dates: Date[]) => {
const dateArray = dates.map(date => dayjs(date).format('YYYY-MM-DD'))
onChange({
'dateRange': dateArray,
})