소스 검색

update

master
cyril.tsui 1 년 전
부모
커밋
2dd7889668
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js

+ 1
- 1
src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js 파일 보기

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



불러오는 중...
취소
저장