함수명 수정
This commit is contained in:
parent
9fdfe76e3a
commit
85e2d5b2f0
@ -330,7 +330,7 @@ export default function CircuitTrestleSetting({ id }) {
|
|||||||
|
|
||||||
// 회로할당(승압설정) 저장 버튼 클릭 시
|
// 회로할당(승압설정) 저장 버튼 클릭 시
|
||||||
const onApply = async () => {
|
const onApply = async () => {
|
||||||
setAllSurfaceIsComplete(false)
|
setAllModuleSurfaceIsComplete(false)
|
||||||
|
|
||||||
setIsGlobalLoading(true)
|
setIsGlobalLoading(true)
|
||||||
canvas
|
canvas
|
||||||
@ -365,7 +365,7 @@ export default function CircuitTrestleSetting({ id }) {
|
|||||||
await saveCanvas(false)
|
await saveCanvas(false)
|
||||||
// 견적서 저장
|
// 견적서 저장
|
||||||
await saveEstimate(result)
|
await saveEstimate(result)
|
||||||
setAllSurfaceIsComplete(true)
|
setAllModuleSurfaceIsComplete(true)
|
||||||
} else {
|
} else {
|
||||||
setIsGlobalLoading(false)
|
setIsGlobalLoading(false)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user