trestleState.constTp === data.constTp), #358

Merged
ysCha merged 1 commits from dev into prd-deploy 2025-09-25 10:56:17 +09:00

View File

@ -468,7 +468,8 @@ const Trestle = forwardRef((props, ref) => {
...selectedRoofBase, ...selectedRoofBase,
}, },
construction: { construction: {
...constructionList.find((data) => newAddedRoofs[index].construction.constTp === data.constTp), //...constructionList.find((data) => newAddedRoofs[index].construction.constTp === data.constTp),
...constructionList.find((data) => trestleState.constTp === data.constTp),
cvrYn, cvrYn,
snowGdPossYn, snowGdPossYn,
cvrChecked, cvrChecked,