Browse Source

fix/검색 조건 수정

master
sanguu516 2 weeks ago
parent
commit
8a951536a7
  1. 4
      src/components/flight/ControlApprovalsTable.js
  2. 2
      src/components/flight/OperationApprovalsTable.js

4
src/components/flight/ControlApprovalsTable.js

@ -707,8 +707,8 @@ export default function ControlApprovalsTable(props) {
searchStDt: props.startDate,
searchEndDt: props.endDate,
ctprvn:
props.filterArea.ctprvn === '전체' ? null : props.filterArea.ctprvn,
sig: props.filterArea.sig === '전체' ? null : props.filterArea.sig,
props.filterArea.ctprvn === '시/도' ? null : props.filterArea.ctprvn,
sig: props.filterArea.sig === '군/구' ? null : props.filterArea.sig,
reviewedType:
props.checkState.reviewedType === '전체'
? null

2
src/components/flight/OperationApprovalsTable.js

@ -804,7 +804,7 @@ export default function OperationApprovalsTable(props) {
const handleCheckbox = async type => {
if (checkList.length === 0) {
return handlerErrorModal(
'필수값 실패',
'필수값 오퓨',
'검토 항목을 선택해주세요.',
false
);

Loading…
Cancel
Save