diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 470f2e73..158e49eb 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -1465,7 +1465,9 @@ export default function Estimate({ params }) { { //1. 첨부파일 저장시작 const formData = new FormData() estimateData.tempFileList.forEach((file) => { - formData.append('file', file) + formData.append('files', file) }) // formData.append('file', estimateData.flieList) formData.append('objectNo', estimateData.objectNo)