견적서 저장
This commit is contained in:
parent
38f70437c6
commit
a4785c4a51
@ -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)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user