From 657d971a2bf55fcdee8ac152f22f5b371df03185 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Tue, 10 Jun 2025 17:02:21 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=A7=84=20=EC=B0=8D=EA=B8=B0=20?= =?UTF-8?q?=EC=A0=84=ED=9B=84=20=EC=B2=98=EB=A6=AC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modal/circuitTrestle/CircuitTrestleSetting.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx b/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx index d8ae2084..1c72c105 100644 --- a/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx +++ b/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx @@ -371,7 +371,6 @@ export default function CircuitTrestleSetting({ id }) { // 회로할당(승압설정) 저장 버튼 클릭 시 const onApply = async () => { - beforeCapture() setAllModuleSurfaceIsComplete(false) setIsGlobalLoading(true) @@ -381,8 +380,9 @@ export default function CircuitTrestleSetting({ id }) { .map((obj) => { obj.pcses = getStepUpListData() }) - + beforeCapture() handleCanvasToPng(1) + afterCapture() //회로할당 저장 시 result=null인 경우에도 회로번호 텍스트 표시 유지 처리 @@ -399,6 +399,7 @@ export default function CircuitTrestleSetting({ id }) { const result = await getEstimateData() if (result) { + beforeCapture() handleCanvasToPng(2) afterCapture() // 견적서 저장