Merge pull request 'dev' (#89) from dev into dev-deploy
Reviewed-on: #89
This commit is contained in:
commit
aec7bb8c03
@ -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,
|
||||||
|
|||||||
@ -212,7 +212,6 @@ export function useRoofAllocationSetting(id) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await post({ url: `/api/canvas-management/roof-allocation-settings`, data: patternData }).then((res) => {
|
await post({ url: `/api/canvas-management/roof-allocation-settings`, data: patternData }).then((res) => {
|
||||||
swalFire({ text: getMessage(res.returnMessage) })
|
|
||||||
setIsGlobalLoading(false)
|
setIsGlobalLoading(false)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user