setManagementState 삭제
This commit is contained in:
parent
7ff0178b19
commit
b6549e06b2
@ -78,7 +78,7 @@ export function useCanvasPopupStatusController(param = 1) {
|
||||
})
|
||||
if (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 })
|
||||
resultData = { ...resultData, roofConstructions: data.roofConstructions }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user