next trestleState.constTp

This commit is contained in:
ysCha 2025-09-25 10:41:31 +09:00
parent ef910385d3
commit a1edaf03fb

View File

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