Explorar el Código

update application reset btn

New_Enhancement
Alex Cheung hace 7 meses
padre
commit
b436ffa1d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/pages/PublicNotice/Search_GLD/SearchForm.js

+ 1
- 0
src/pages/PublicNotice/Search_GLD/SearchForm.js Ver fichero

@@ -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()))


Cargando…
Cancelar
Guardar