From b9968ea78662e74bb96ad32731fa2b80f91f1e7f Mon Sep 17 00:00:00 2001 From: basssy Date: Mon, 25 Nov 2024 00:09:21 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=EC=84=9C=EC=83=81=EC=84=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) 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) }