[1068] : [[오류] 견적서 생성된 플랜복사 --> 복사된 플랜에서 모듈삭제 --> 견적서 진입이 됨..]

[작업내용] : 회로설정 -> 수동 할당 시 회로 및 가대 삭제
This commit is contained in:
김민식 2025-05-28 10:37:02 +09:00
parent 4e8cc409d4
commit 2ee0dc45f0

View File

@ -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()
}
}