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)