회로/가대 승압 저장 시 오류 수정
This commit is contained in:
parent
1f5351fc59
commit
9450f7bfa4
@ -343,9 +343,15 @@ export default function CircuitTrestleSetting({ id }) {
|
|||||||
|
|
||||||
handleCanvasToPng(1)
|
handleCanvasToPng(1)
|
||||||
|
|
||||||
//회로할당 저장 클릭 시
|
// 회로할당 저장 클릭 시
|
||||||
// 가대 및 지지금구 설치
|
// 가대 및 지지금구 설치
|
||||||
apply()
|
// apply()
|
||||||
|
// apply() 결과를 체크하여 null이면 함수 종료
|
||||||
|
const applyResult = apply()
|
||||||
|
if (applyResult === null) {
|
||||||
|
setIsGlobalLoading(false)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
const result = await getEstimateData()
|
const result = await getEstimateData()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user