회로/가대 승압 저장 후 오류 발생 시 회번호 유지
This commit is contained in:
parent
9450f7bfa4
commit
d91c2c8ef5
@ -343,6 +343,9 @@ export default function CircuitTrestleSetting({ id }) {
|
|||||||
|
|
||||||
handleCanvasToPng(1)
|
handleCanvasToPng(1)
|
||||||
|
|
||||||
|
//회로할당 저장 시 result=null인 경우에도 회로번호 텍스트 표시 유지 처리
|
||||||
|
setViewCircuitNumberTexts(true)
|
||||||
|
|
||||||
// 회로할당 저장 클릭 시
|
// 회로할당 저장 클릭 시
|
||||||
// 가대 및 지지금구 설치
|
// 가대 및 지지금구 설치
|
||||||
// apply()
|
// apply()
|
||||||
@ -355,9 +358,6 @@ export default function CircuitTrestleSetting({ id }) {
|
|||||||
|
|
||||||
const result = await getEstimateData()
|
const result = await getEstimateData()
|
||||||
|
|
||||||
//회로할당 저장 시 result=null인 경우에도 회로번호 텍스트 표시 유지 처리
|
|
||||||
setViewCircuitNumberTexts(true)
|
|
||||||
|
|
||||||
if (result) {
|
if (result) {
|
||||||
handleCanvasToPng(2)
|
handleCanvasToPng(2)
|
||||||
// 캔버스 저장
|
// 캔버스 저장
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user