From 60592f0a59ccc33fa824d703d4b5b4d8159ca47d Mon Sep 17 00:00:00 2001 From: basssy Date: Thu, 5 Dec 2024 16:51:25 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EC=A0=81=EC=84=9C=20=EC=B2=A8?= =?UTF-8?q?=EB=B6=80=ED=8C=8C=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 2a49e5db..b139a851 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -230,6 +230,9 @@ export default function Estimate({ params }) { if (isEmptyArray(files)) { let file file = originFiles.filter((item) => item.delFlg === '0') + setEstimateContextState({ + originFiles: file, + }) setOriginFiles(file) } }