From 286dad7021097ba99d34789b2577e15b73868f42 Mon Sep 17 00:00:00 2001 From: yjnoh Date: Mon, 2 Jun 2025 10:16:23 +0900 Subject: [PATCH] =?UTF-8?q?[1076]=20:=20[=E9=87=91=E5=B1=9E=E7=B8=A6?= =?UTF-8?q?=E8=91=BA=E3=83=BB=E3=83=8F=E3=82=BC=E5=BC=8F=E6=8A=98=E6=9D=BF?= =?UTF-8?q?=E3=83=BB=E9=87=8D=E3=81=AD=E5=BC=8F=E6=8A=98=E6=9D=BF=E3=83=BB?= =?UTF-8?q?=E7=93=A6=E6=A3=92=E8=91=BA(=E8=8A=AF=E6=9C=A8=E3=81=AA?= =?UTF-8?q?=E3=81=97)=E3=81=AE=E5=B1=8B=E6=A0=B9=E3=81=A8=E3=83=A9?= =?UTF-8?q?=E3=83=83=E3=82=AF=E3=83=AC=E3=82=B9=E5=B7=A5=E6=B3=95=E3=81=AE?= =?UTF-8?q?=E7=B5=84=E3=81=BF=E5=90=88=E3=82=8F=E3=81=9B=E3=81=AE=E6=99=82?= =?UTF-8?q?=E3=80=81=E5=83=8D=E3=81=8D=E5=B9=85=E3=81=AB=E3=82=88=E3=82=8B?= =?UTF-8?q?=E3=83=A2=E3=82=B8=E3=83=A5=E3=83=BC=E3=83=AB=E8=A8=AD=E7=BD=AE?= =?UTF-8?q?=E5=88=B6=E9=99=90=E3=81=8C=E3=81=A7=E3=81=8D=E3=81=A6=E3=81=84?= =?UTF-8?q?=E3=81=AA=E3=81=84=E3=80=82]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [작업내용] : 망둥어 피치 값 변경 --- src/components/floor-plan/modal/basic/step/Trestle.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/floor-plan/modal/basic/step/Trestle.jsx b/src/components/floor-plan/modal/basic/step/Trestle.jsx index 44a68236..f350ff5a 100644 --- a/src/components/floor-plan/modal/basic/step/Trestle.jsx +++ b/src/components/floor-plan/modal/basic/step/Trestle.jsx @@ -217,7 +217,7 @@ const Trestle = forwardRef((props, ref) => { stdWindSpeed: managementState?.standardWindSpeedId ?? '', stdSnowLd: managementState?.verticalSnowCover ?? '', inclCd: selectedRoof?.pitch ?? 0, - roofPitch: Math.round(selectedRoof?.roofPchBase ?? 0), + roofPitch: Math.round(hajebichi ?? 0), }, }) } @@ -238,7 +238,7 @@ const Trestle = forwardRef((props, ref) => { stdWindSpeed: managementState?.standardWindSpeedId ?? '', stdSnowLd: +managementState?.verticalSnowCover ?? '', inclCd: selectedRoof?.pitch ?? 0, - roofPitch: Math.round(selectedRoof?.roofPchBase ?? 0), + roofPitch: Math.round(hajebichi ?? 0), constTp: constructionList[index].constTp, snowGdPossYn: constructionList[index].snowGdPossYn, cvrYn: constructionList[index].cvrYn,