|
|
@@ -43,7 +43,7 @@ const UserActionLogSearchForm = ({applySearch}) => { |
|
|
const onSubmit = (data) => { |
|
|
const onSubmit = (data) => { |
|
|
const temp = { |
|
|
const temp = { |
|
|
username: data.username, |
|
|
username: data.username, |
|
|
ipAddr: data.ipAddr, |
|
|
|
|
|
|
|
|
actionDesc: data.actionDesc, |
|
|
fromDate: fromDate === null ? null : dayjs(fromDate).format('YYYY-MM-DD'), |
|
|
fromDate: fromDate === null ? null : dayjs(fromDate).format('YYYY-MM-DD'), |
|
|
toDate: toDate === null ? null : dayjs(toDate).format('YYYY-MM-DD'), |
|
|
toDate: toDate === null ? null : dayjs(toDate).format('YYYY-MM-DD'), |
|
|
} |
|
|
} |
|
|
|