Explorar el Código

update

master
cyril.tsui hace 1 año
padre
commit
2dd7889668
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js Ver fichero

@@ -44,7 +44,7 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => {

function resetForm() {
setType([]);
setStatus({ key: 0, label: 'All', labelCht: "全部", type: 'all' });
setStatus([{ key: 0, label: 'All', labelCht: "全部", type: 'all' }]);
reset();
}



Cargando…
Cancelar
Guardar