roofMaterial 없는 경우 수정

This commit is contained in:
hyojun.choi 2025-02-07 19:37:41 +09:00
parent 0a3272704d
commit 81fb5ffcc1

View File

@ -121,6 +121,7 @@ export function useModuleBasicSetting(tabNum) {
.getObjects()
.filter((roof) => roof.name === 'roof')
.forEach((roof) => {
if (!roof.roofMaterial) return
const roofIndex = roof.roofMaterial.index //지붕의 지붕재의 순번
trestleDetailList.forEach((detail) => {
if (detail.data !== null) {