From 28dd23d93f4d4ce249ef2756141ab99fdb6f014b Mon Sep 17 00:00:00 2001 From: basssy Date: Tue, 10 Dec 2024 17:51:06 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=ED=8A=B9=EC=9D=B4=EC=82=AC?= =?UTF-8?q?=ED=95=AD=20=EB=94=94=ED=8F=B4=ED=8A=B8=EC=B2=B4=ED=81=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 5ba366a9..d92ba071 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -146,14 +146,18 @@ export default function Estimate({ params }) { } } }) - //detail과 상관없이 디폴트 체크목록 - //ATTR003,ATTR007 if (row.code === 'ATTR003') { //row.check = true } if (row.code === 'ATTR007') { //row.check = true } + + if (estimateContextState.estimateType === 'YJOD') { + if (row.code === 'ATTR002') { + row.check = true + } + } }) setSpecialNoteList(res)