diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 6b257645..192a7e8e 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -61,7 +61,7 @@ export default function Estimate({ params }) { const objectRecoil = useRecoilValue(floorPlanObjectState) //견적서 상세데이터 - const { estimateContextState, setEstimateContextState, addItem } = useEstimateController(params.pid) + const { estimateContextState, setEstimateContextState, addItem, handleEstimateFileDownload } = useEstimateController(params.pid) //견적특이사항 List const [specialNoteList, setSpecialNoteList] = useState([]) @@ -1153,7 +1153,10 @@ export default function Estimate({ params }) { return (
  • - + handleEstimateFileDownload(originFile)} + > {originFile.faileName}