From 10b9a2d42f8cfd160135b14bbf714ea5b1cff6ea Mon Sep 17 00:00:00 2001 From: basssy Date: Thu, 28 Nov 2024 09:33:40 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=EC=84=9C=20=EC=83=81?= =?UTF-8?q?=EC=84=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 65085072..aad02cc1 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -648,7 +648,7 @@ export default function Estimate({ params }) { estimateContextState.itemList.sort((a, b) => { return a.dispOrder - b.dispOrder }) - // console.log('YJOD 토탈만들어주기::::::::::', estimateContextState.itemList) + console.log('YJOD 토탈만들어주기::::::::::', estimateContextState.itemList) let pushData = [] let uniquSet = new Set() @@ -733,7 +733,7 @@ export default function Estimate({ params }) { }) } else { //YJSS - // console.log('YJSS 토탈만들어주기::::::::::', estimateContextState.itemList) + console.log('YJSS 토탈만들어주기::::::::::', estimateContextState.itemList) estimateContextState.itemList.sort((a, b) => { return a.dispOrder - b.dispOrder }) @@ -1459,8 +1459,7 @@ export default function Estimate({ params }) {