Compare commits

...

2 Commits

View File

@ -468,7 +468,8 @@ const Trestle = forwardRef((props, ref) => {
...selectedRoofBase,
},
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,
snowGdPossYn,
cvrChecked,