From a1edaf03fbcde58b285c0707b94e7eb75db5f1c5 Mon Sep 17 00:00:00 2001 From: ysCha Date: Thu, 25 Sep 2025 10:41:31 +0900 Subject: [PATCH] next trestleState.constTp --- 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 77ade743..f5b7086d 100644 --- a/src/components/floor-plan/modal/basic/step/Trestle.jsx +++ b/src/components/floor-plan/modal/basic/step/Trestle.jsx @@ -466,8 +466,8 @@ const Trestle = forwardRef((props, ref) => { ...selectedConstMthd, ...selectedRoofBase, }, - construction: { - ...constructionList.find((data) => newAddedRoofs[index].construction.constTp === data.constTp), + construction: {//data.constTp === trestleState.constTp + ...constructionList.find((data) => trestleState.constTp === data.constTp), cvrYn, snowGdPossYn, cvrChecked,