Browse Source

update

master
cyril.tsui 1 year ago
parent
commit
2dd7889668
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js View File

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


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




Loading…
Cancel
Save