#909 - 가대 설치 후 견적서 바로가기 기능 제거

This commit is contained in:
hyojun.choi 2025-03-17 11:10:13 +09:00
parent ac1aa0378c
commit 4d19788c52

View File

@ -64,9 +64,10 @@ export function useEstimate() {
// 캔버스 저장
await saveCanvas(false)
setIsGlobalLoading(false)
/* 견적서 저장이 완료되면 견적서 페이지로 이동 */
moveEstimate(planNo, objectNo)
// moveEstimate(planNo, objectNo)
})
.catch((error) => {
setIsGlobalLoading(false)