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-plant/form-data-table.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'components/form-data-plant/form-data-table.tsx') diff --git a/components/form-data-plant/form-data-table.tsx b/components/form-data-plant/form-data-table.tsx index 9e7b3901..30c176bd 100644 --- a/components/form-data-plant/form-data-table.tsx +++ b/components/form-data-plant/form-data-table.tsx @@ -1245,6 +1245,7 @@ React.useEffect(() => { formData={deleteTarget} formCode={formCode} contractItemId={contractItemId} + projectId={projectId} open={deleteDialogOpen} onOpenChange={(open) => { if (!open) { -- cgit v1.2.3