feature/ysCha #42

Merged
ysCha merged 17 commits from feature/ysCha into dev 2025-05-15 16:51:43 +09:00
Showing only changes of commit 9b6c6cdfae - Show all commits

View File

@ -1902,7 +1902,7 @@ export function useModuleBasicSetting(tabNum) {
return false
}
} else {
//북면 모듈만 선택했을때
//북면 모듈이 1개만있을때
if (checkedModule.length === 1) {
const maxRow = trestleDetailData.module.find((item) => item.moduleTpCd === checkedModule[0].moduleTpCd).moduleMaxRows //멀티모듈이면 밖에 maxRows로 판단 아니면 module->itemmList를 가지고 판단
@ -1951,7 +1951,8 @@ export function useModuleBasicSetting(tabNum) {
}
}
if (northModule.length > 0) {
//북면 모듈이 있고 북면에 있을때
if (northModule.length > 0 && (moduleSetupSurface.isNorth || !moduleSetupSurface.isNorth)) {
const isMultipleModules = northModule.length > 1 //모듈이 여러개면
const maxRow = isMultipleModules
? trestleDetailData.moduleMaxRows