修改用户定位地址相关
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user