dev #261

Merged
ysCha merged 2 commits from dev into prd-deploy 2025-07-31 16:02:35 +09:00
Showing only changes of commit d15e4ebd53 - Show all commits

View File

@ -232,10 +232,7 @@ export function useModuleBasicSetting(tabNum) {
//가대 상세 데이터 기준으로 모듈 설치 배치면 생성 //가대 상세 데이터 기준으로 모듈 설치 배치면 생성
const makeModuleInstArea = (roof, trestleDetail) => { const makeModuleInstArea = (roof, trestleDetail) => {
//지붕 객체 반환 //지붕 객체 반환
if (!roof.pitch) {
return
}
if (tabNum == 3) { if (tabNum == 3) {
if (!roof) { if (!roof) {
return return