dev #603
@ -554,11 +554,6 @@ export function useRoofAllocationSetting(id) {
|
|||||||
canvas.remove(roofBase)
|
canvas.remove(roofBase)
|
||||||
})
|
})
|
||||||
|
|
||||||
/** 벽면 삭제 */
|
|
||||||
wallLines.forEach((wallLine) => {
|
|
||||||
canvas.remove(wallLine)
|
|
||||||
})
|
|
||||||
|
|
||||||
/** 데이터 설정 */
|
/** 데이터 설정 */
|
||||||
const newRoofList = currentRoofList.map((roof, idx) => {
|
const newRoofList = currentRoofList.map((roof, idx) => {
|
||||||
return { ...roof, index: idx, ...basicInfo, raft: roof.raft ? roof.raft : roof.raftBaseCd }
|
return { ...roof, index: idx, ...basicInfo, raft: roof.raft ? roof.raft : roof.raftBaseCd }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user