From b4ceac9ad1c48d75424529de9f82a34917a6c929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Sun, 22 Feb 2026 04:01:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A4=91=EA=B0=84=EA=B2=80=EC=82=AC=20?= =?UTF-8?q?=EC=84=B1=EC=A0=81=EC=84=9C=EA=B0=80=20=EB=AA=A8=EB=93=A0=20?= =?UTF-8?q?=EA=B3=B5=EC=A0=95=EC=97=90=EC=84=9C=20=EC=A0=88=EA=B3=A1=20?= =?UTF-8?q?=ED=98=95=ED=83=9C=EB=A1=9C=20=ED=91=9C=EC=8B=9C=EB=90=98?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - InspectionReportModal에 전달되던 stale templateData prop 제거 - 모달이 workOrderId 기반으로 해당 공정의 문서 템플릿을 항상 자체 로딩 - 원인: inspectionTemplateData가 탭 전환 시 초기화되지 않아 이전 공정 템플릿이 재사용됨 --- src/components/production/WorkerScreen/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/production/WorkerScreen/index.tsx b/src/components/production/WorkerScreen/index.tsx index b453cf66..1916944f 100644 --- a/src/components/production/WorkerScreen/index.tsx +++ b/src/components/production/WorkerScreen/index.tsx @@ -1698,7 +1698,6 @@ export default function WorkerScreen() { workItems={workItems} inspectionDataMap={inspectionDataMap} inspectionSetting={currentInspectionSetting} - templateData={inspectionTemplateData} />