Compare commits
2 Commits
4a8428f9f7
...
77e34d849d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77e34d849d | ||
|
|
b6549e06b2 |
@ -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