소스 검색

Merge branch 'CR013B2' of https://git.2fi-solutions.com/alex/PNSPS-frontend-MaterialUI into CR013B2

undefined
Jason Chuang 2 달 전
부모
커밋
6848203aac
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. +3
    -5
      src/pages/PublicNotice/ApplyForm/index.js

+ 3
- 5
src/pages/PublicNotice/ApplyForm/index.js 파일 보기

@@ -93,11 +93,9 @@ const ApplyForm = () => {
label={getIssueLabel(data)}
/>
);
setGazetteIssueList(issueList);
setSelection(selection);
}
if (checkIsOnlyOnlinePayment()){
if (checkIsOnlyOnlinePaymentByIssueDate(data.issueDate)) {
if (!checkIsOnlyOnlinePaymentByIssueDate(data.issueDate)) {
selection.push(
<FormControlLabel
key={data.id}
@@ -106,11 +104,11 @@ const ApplyForm = () => {
label={getIssueLabel(data)}
/>
);
setGazetteIssueList(issueList);
setSelection(selection);
}
}
}
setGazetteIssueList(issueList);
setSelection(selection);
}
}
setUserData(response);


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