Merge branch 'dev' into feature/dev-yj
This commit is contained in:
commit
5b74a8ee6b
@ -78,7 +78,7 @@ export function useCanvasPopupStatusController(param = 1) {
|
|||||||
})
|
})
|
||||||
if (data.roofConstructions) {
|
if (data.roofConstructions) {
|
||||||
setRoofs(data.roofConstructions)
|
setRoofs(data.roofConstructions)
|
||||||
setManagementState({ ...managementState, roofs: data.roofConstructions.map((roof) => roof.construction.managementState) })
|
// setManagementState({ ...managementState, roofs: data.roofConstructions.map((roof) => roof.construction.managementState) })
|
||||||
// setModuleSelectionDataStore({ ...moduleSelectionDataStore, roofConstructions: data.roofConstruction })
|
// setModuleSelectionDataStore({ ...moduleSelectionDataStore, roofConstructions: data.roofConstruction })
|
||||||
resultData = { ...resultData, roofConstructions: data.roofConstructions }
|
resultData = { ...resultData, roofConstructions: data.roofConstructions }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user