Browse Source

update application reset btn

New_Enhancement
Alex Cheung 7 months ago
parent
commit
b436ffa1d0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/pages/PublicNotice/Search_GLD/SearchForm.js

+ 1
- 0
src/pages/PublicNotice/Search_GLD/SearchForm.js View File

@@ -98,6 +98,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
// setStatus({ key: 0, label: 'All', type: 'all' });
setOrgSelected({});
setIssueSelected({});
setGroupSelected({});
setSelectedStatus({key: 0, label: 'All', type: 'all'});
setMinDate(DateUtils.dateValue(new Date().setDate(new Date().getDate()-14)))
setMaxDate(DateUtils.dateValue(new Date()))


Loading…
Cancel
Save