Merge branch 'dev' of https://git.hanasys.jp/qcast3/qcast-front into feature/ysCha
This commit is contained in:
commit
9b6c6cdfae
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user