From c94236e15c18a12aea757bd7fd39d46204339824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Sat, 7 Mar 2026 01:56:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ProductInspectionApi=20order=5Fitems?= =?UTF-8?q?=EC=97=90=20=EB=88=84=EB=9D=BD=EB=90=9C=20=EC=86=8D=EC=84=B1=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - document_id, inspection_data 속성 추가 - 빌드 타입 에러 해결 --- src/components/quality/InspectionManagement/actions.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/quality/InspectionManagement/actions.ts b/src/components/quality/InspectionManagement/actions.ts index 2be1e123..44b6c48c 100644 --- a/src/components/quality/InspectionManagement/actions.ts +++ b/src/components/quality/InspectionManagement/actions.ts @@ -101,6 +101,8 @@ interface ProductInspectionApi { construction_width: number; construction_height: number; change_reason: string; + document_id?: number | null; + inspection_data?: Record; }>; request_document_id: number | null; created_at: string;