From b1581c29ed4d4a0024c5ed262ba438ff6209b577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?junh=5Feee=28=EC=9D=B4=EC=A4=80=ED=9D=AC=29?= Date: Wed, 4 Sep 2024 16:52:16 +0900 Subject: [PATCH] =?UTF-8?q?fix/=20=EB=B9=84=ED=96=89=EC=8A=B9=EC=9D=B8?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20=EC=97=AC=EB=9F=AC=EB=B2=88=20=EB=B6=88?= =?UTF-8?q?=EB=9F=AC=EC=98=A4=EB=8A=94=20=ED=98=84=EC=83=81=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../flight/ControlApprovalsTable.js | 20 +++++++++---------- .../flight/OperationApprovalsTable.js | 20 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) 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( '검토 실패',