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