From 1cdbf77cabcead1a7f76379d3786ede6f43355fb Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 13 Nov 2025 11:26:08 +0900 Subject: (김준회) 벤더데이터: 해양: 삭제시 Overwrite API 호출할 수 있도록 projectId 전달 추가 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/form-data/delete-form-data-dialog.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components/form-data/delete-form-data-dialog.tsx') diff --git a/components/form-data/delete-form-data-dialog.tsx b/components/form-data/delete-form-data-dialog.tsx index 045d0291..e7278084 100644 --- a/components/form-data/delete-form-data-dialog.tsx +++ b/components/form-data/delete-form-data-dialog.tsx @@ -75,6 +75,9 @@ export function DeleteFormDataDialog({ return } + // 디버깅: projectId 값 확인 + console.log('[DELETE DIALOG] projectId:', projectId, 'type:', typeof projectId) + const result = await deleteFormDataByTags({ formCode, contractItemId, -- cgit v1.2.3