wallLine 제거되는 현상 수정
This commit is contained in:
parent
75326e38ee
commit
f0ecc17dff
@ -554,11 +554,6 @@ export function useRoofAllocationSetting(id) {
|
||||
canvas.remove(roofBase)
|
||||
})
|
||||
|
||||
/** 벽면 삭제 */
|
||||
wallLines.forEach((wallLine) => {
|
||||
canvas.remove(wallLine)
|
||||
})
|
||||
|
||||
/** 데이터 설정 */
|
||||
const newRoofList = currentRoofList.map((roof, idx) => {
|
||||
return { ...roof, index: idx, ...basicInfo, raft: roof.raft ? roof.raft : roof.raftBaseCd }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user