[1014] : [819の追加 レイアウト指定配置の自動配置]
[작업내용] : 멀티모듈일때 북면 모듈 포함일 경우 북면이 아닌 면에 설치되는 오류 수정
This commit is contained in:
parent
cbde82b0ab
commit
e961648d85
@ -1951,7 +1951,7 @@ export function useModuleBasicSetting(tabNum) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (northModule.length > 0) {
|
if (northModule.length > 0 && moduleSetupSurface.isNorth) {
|
||||||
const isMultipleModules = northModule.length > 1 //모듈이 여러개면
|
const isMultipleModules = northModule.length > 1 //모듈이 여러개면
|
||||||
const maxRow = isMultipleModules
|
const maxRow = isMultipleModules
|
||||||
? trestleDetailData.moduleMaxRows
|
? trestleDetailData.moduleMaxRows
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user