diff --git a/src/components/flight/ControlApprovalsTable.js b/src/components/flight/ControlApprovalsTable.js index 6a711bcc..67cc1161 100644 --- a/src/components/flight/ControlApprovalsTable.js +++ b/src/components/flight/ControlApprovalsTable.js @@ -207,11 +207,11 @@ export default function ControlApprovalsTable(props) { ); if (updateRes.meta.requestStatus === 'fulfilled') { - props.handlerSearch( - props.filterId, - { startDate: props.startDate, endDate: props.endDate }, - props.filterArea - ); + // props.handlerSearch( + // props.filterId, + // { startDate: props.startDate, endDate: props.endDate }, + // props.filterArea + // ); setEditingKey(''); } else { handlerErrorModal(ERROR_TITLE, ERROR_MESSAGE, true); @@ -621,11 +621,11 @@ export default function ControlApprovalsTable(props) { reviewedProcType: value }) ); - props.handlerSearch( - props.filterId, - { startDate: props.startDate, endDate: props.endDate }, - props.filterArea - ); + // props.handlerSearch( + // props.filterId, + // { startDate: props.startDate, endDate: props.endDate }, + // props.filterArea + // ); } catch (error) { return handlerErrorModal( '검토 실패', diff --git a/src/components/flight/OperationApprovalsTable.js b/src/components/flight/OperationApprovalsTable.js index 642e1802..eea9628c 100644 --- a/src/components/flight/OperationApprovalsTable.js +++ b/src/components/flight/OperationApprovalsTable.js @@ -201,11 +201,11 @@ export default function OperationApprovalsTable(props) { ); if (updateRes.meta.requestStatus === 'fulfilled') { - props.handlerSearch( - props.filterId, - { startDate: props.startDate, endDate: props.endDate }, - props.filterArea - ); + // props.handlerSearch( + // props.filterId, + // { startDate: props.startDate, endDate: props.endDate }, + // props.filterArea + // ); setEditingKey(''); } else { handlerErrorModal(ERROR_TITLE, ERROR_MESSAGE, true); @@ -694,11 +694,11 @@ export default function OperationApprovalsTable(props) { reviewedType: value }) ); - props.handlerSearch( - props.filterId, - { startDate: props.startDate, endDate: props.endDate }, - props.filterArea - ); + // props.handlerSearch( + // props.filterId, + // { startDate: props.startDate, endDate: props.endDate }, + // props.filterArea + // ); } catch (error) { return handlerErrorModal( '검토 실패',