[1014] : [819の追加 レイアウト指定配置の自動配置]

[작업내용] : 멀티모듈일때 북면 모듈 포함일 경우 북면이 아닌 면에 설치되는 오류 수정
This commit is contained in:
yjnoh 2025-05-08 16:55:39 +09:00
parent cbde82b0ab
commit e961648d85

View File

@ -1951,7 +1951,7 @@ export function useModuleBasicSetting(tabNum) {
}
}
if (northModule.length > 0) {
if (northModule.length > 0 && moduleSetupSurface.isNorth) {
const isMultipleModules = northModule.length > 1 //모듈이 여러개면
const maxRow = isMultipleModules
? trestleDetailData.moduleMaxRows