From 2ee0dc45f0e962af4a2b1accccd79b2b3948a9f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?= <43837214+Minsiki@users.noreply.github.com> Date: Wed, 28 May 2025 10:37:02 +0900 Subject: [PATCH] =?UTF-8?q?[1068]=20:=20[[=EC=98=A4=EB=A5=98]=20=EA=B2=AC?= =?UTF-8?q?=EC=A0=81=EC=84=9C=20=EC=83=9D=EC=84=B1=EB=90=9C=20=ED=94=8C?= =?UTF-8?q?=EB=9E=9C=EB=B3=B5=EC=82=AC=20-->=20=EB=B3=B5=EC=82=AC=EB=90=9C?= =?UTF-8?q?=20=ED=94=8C=EB=9E=9C=EC=97=90=EC=84=9C=20=EB=AA=A8=EB=93=88?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=20-->=20=EA=B2=AC=EC=A0=81=EC=84=9C=20?= =?UTF-8?q?=EC=A7=84=EC=9E=85=EC=9D=B4=20=EB=90=A8..]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [작업내용] : 회로설정 -> 수동 할당 시 회로 및 가대 삭제 --- .../floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx b/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx index da906a67..d268cc21 100644 --- a/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx +++ b/src/components/floor-plan/modal/circuitTrestle/CircuitTrestleSetting.jsx @@ -289,6 +289,7 @@ export default function CircuitTrestleSetting({ id }) { getPcsVoltageChk(pcsVoltageChkParams).then((res) => { setAllocationType(ALLOCATION_TYPE.PASSIVITY) setAllModuleSurfaceIsComplete(false) + clearTrestle() }) } else { swalFire({ @@ -321,6 +322,7 @@ export default function CircuitTrestleSetting({ id }) { } setAllocationType(ALLOCATION_TYPE.PASSIVITY) + clearTrestle() } }