견적서 저장

This commit is contained in:
basssy 2024-11-20 17:58:12 +09:00
parent 38f70437c6
commit a4785c4a51

View File

@ -127,6 +127,11 @@ export default function Estimate({ params }) {
setEstimateContextState({ estimateDate: estimateDate })
}, [startDate])
//API
useEffect(() => {
setStartDate(estimateContextState?.estimateDate)
}, [estimateContextState?.estimateDate])
useEffect(() => {
// setEstimateContextState
if (isNotEmptyArray(specialNoteList)) {