diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 21553c52..4f578b5e 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -114,6 +114,14 @@ export default function Estimate({ params }) { row.check = true } }) + //detail과 상관없이 디폴트 체크목록 + //ATTR003,ATTR007 + if (row.code === 'ATTR003') { + row.check = true + } + if (row.code === 'ATTR007') { + row.check = true + } }) setSpecialNoteList(res) }