From c1e4fe5b10eb969ae9d0a915560c5a80c047a5f5 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 24 Dec 2025 15:00:15 +0900 Subject: [PATCH] =?UTF-8?q?row=20=EC=84=A0=ED=83=9D=20=EC=8B=9C=20?= =?UTF-8?q?=EB=B3=91=EB=A0=AC=20=EC=88=98=200=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EA=B0=80=EB=8A=94=20=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../floor-plan/modal/circuitTrestle/step/StepUp.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx b/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx index 77cdf7b4..b0b9a1e5 100644 --- a/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx +++ b/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx @@ -659,7 +659,7 @@ export default function StepUp(props) { { - handleRowClick(idx, serQtyIdx) + handleRowClick(idx, serQtyIdx, item.paralQty) }} > {item.serQty} @@ -682,7 +682,11 @@ export default function StepUp(props) { )} {Array.from( - { length: originPcsVoltageStepUpList[index].pcsItemList[idx].serQtyList[serQtyIdx].paralQty }, + { + length: originPcsVoltageStepUpList[index] + ? originPcsVoltageStepUpList[index]?.pcsItemList[idx].serQtyList[serQtyIdx].paralQty + : item.paralQty, + }, (_, i) => i + 1, ).map((num) => (