From 8c4d241913d9e6358fc154430afd1f5dd40616d2 Mon Sep 17 00:00:00 2001 From: JANGHYUNn Date: Fri, 23 Aug 2024 10:29:24 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=EC=8A=B9=EC=9D=B8=20?= =?UTF-8?q?=ED=85=8C=EC=9D=B4=EB=B8=94=20=EC=88=98=EC=A0=95=20=ED=9B=84=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/flight/ControlApprovalsTable.js | 12 ++++++------ src/components/flight/OperationApprovalsTable.js | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/flight/ControlApprovalsTable.js b/src/components/flight/ControlApprovalsTable.js index e3447bee..e2f66d5b 100644 --- a/src/components/flight/ControlApprovalsTable.js +++ b/src/components/flight/ControlApprovalsTable.js @@ -579,12 +579,12 @@ export default function ControlApprovalsTable(props) { if (updateRes.meta.requestStatus === 'fulfilled') { setEditingKey(''); - await dispatch( - getLaancAprvList({ - searchStDt: props.startDate, - searchEndDt: props.endDate - }) - ); + // await dispatch( + // getLaancAprvList({ + // searchStDt: props.startDate, + // searchEndDt: props.endDate + // }) + // ); } else { handlerErrorModal(ERROR_TITLE, ERROR_MESSAGE, true); } diff --git a/src/components/flight/OperationApprovalsTable.js b/src/components/flight/OperationApprovalsTable.js index 56c2a2a7..9a409eec 100644 --- a/src/components/flight/OperationApprovalsTable.js +++ b/src/components/flight/OperationApprovalsTable.js @@ -601,12 +601,12 @@ export default function OperationApprovalsTable(props) { if (updateRes.meta.requestStatus === 'fulfilled') { setEditingKey(''); - await dispatch( - getLaancAprvList({ - searchStDt: props.startDate, - searchEndDt: props.endDate - }) - ); + // await dispatch( + // getLaancAprvList({ + // searchStDt: props.startDate, + // searchEndDt: props.endDate + // }) + // ); } else { handlerErrorModal(ERROR_TITLE, ERROR_MESSAGE, true); }