dev #89
@ -217,7 +217,7 @@ const Trestle = forwardRef((props, ref) => {
|
|||||||
stdWindSpeed: managementState?.standardWindSpeedId ?? '',
|
stdWindSpeed: managementState?.standardWindSpeedId ?? '',
|
||||||
stdSnowLd: managementState?.verticalSnowCover ?? '',
|
stdSnowLd: managementState?.verticalSnowCover ?? '',
|
||||||
inclCd: selectedRoof?.pitch ?? 0,
|
inclCd: selectedRoof?.pitch ?? 0,
|
||||||
roofPitch: Math.round(selectedRoof?.roofPchBase ?? 0),
|
roofPitch: Math.round(hajebichi ?? 0),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@ -238,7 +238,7 @@ const Trestle = forwardRef((props, ref) => {
|
|||||||
stdWindSpeed: managementState?.standardWindSpeedId ?? '',
|
stdWindSpeed: managementState?.standardWindSpeedId ?? '',
|
||||||
stdSnowLd: +managementState?.verticalSnowCover ?? '',
|
stdSnowLd: +managementState?.verticalSnowCover ?? '',
|
||||||
inclCd: selectedRoof?.pitch ?? 0,
|
inclCd: selectedRoof?.pitch ?? 0,
|
||||||
roofPitch: Math.round(selectedRoof?.roofPchBase ?? 0),
|
roofPitch: Math.round(hajebichi ?? 0),
|
||||||
constTp: constructionList[index].constTp,
|
constTp: constructionList[index].constTp,
|
||||||
snowGdPossYn: constructionList[index].snowGdPossYn,
|
snowGdPossYn: constructionList[index].snowGdPossYn,
|
||||||
cvrYn: constructionList[index].cvrYn,
|
cvrYn: constructionList[index].cvrYn,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user