Merge branch 'dev' of https://git.hanasys.jp/qcast3/qcast-front into feature/ysCha

This commit is contained in:
ysCha 2025-05-09 09:07:15 +09:00
commit 9b6c6cdfae

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