|
|
@@ -64,6 +64,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss |
|
|
|
const marginBottom = 2.5; |
|
|
|
const { reset, register, handleSubmit } = useForm() |
|
|
|
const onSubmit = (data) => { |
|
|
|
// localStorage.setItem('searchCriteria',"") |
|
|
|
data.status = selectedStatus?.type |
|
|
|
let typeArray = []; |
|
|
|
let sentDateFrom = ""; |
|
|
@@ -88,6 +89,8 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss |
|
|
|
issueId: issueSelected?.id, |
|
|
|
groupNo: data.groupNo, |
|
|
|
gazettGroup: groupSelected?.code, |
|
|
|
start:0, |
|
|
|
limit:10 |
|
|
|
}; |
|
|
|
applySearch(temp); |
|
|
|
// setSearchReady(true) |
|
|
|