next trestleState.constTp
This commit is contained in:
parent
ef910385d3
commit
a1edaf03fb
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user