지붕면 할당 체크 수정
This commit is contained in:
parent
d862ab359e
commit
3aa20d6cf1
@ -299,7 +299,7 @@ export function useCanvasSetting() {
|
|||||||
})
|
})
|
||||||
roofsArray = res.map((item) => {
|
roofsArray = res.map((item) => {
|
||||||
return {
|
return {
|
||||||
roofApply: true,
|
roofApply: item.roofApply,
|
||||||
roofSeq: 0,
|
roofSeq: 0,
|
||||||
roofMatlCd: item.roofMatlCd,
|
roofMatlCd: item.roofMatlCd,
|
||||||
roofWidth: item.roofWidth,
|
roofWidth: item.roofWidth,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user