모듈 자동 레이아웃 수정
This commit is contained in:
parent
fe957102d9
commit
1c7b81c99f
@ -2775,6 +2775,9 @@ export function useModuleBasicSetting(tabNum) {
|
|||||||
})
|
})
|
||||||
// calculateForApi()
|
// calculateForApi()
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 자동 레이아웃일떄 설치 가능한 애들은 설치 해주고 실패한 애들은 이름, 최대 설치 가능한 높이 알려줄라고
|
||||||
|
*/
|
||||||
if (type === 'layout' && failAutoSetupRoof.length > 0) {
|
if (type === 'layout' && failAutoSetupRoof.length > 0) {
|
||||||
const roofNamesList = failAutoSetupRoof.map((roof) => ({
|
const roofNamesList = failAutoSetupRoof.map((roof) => ({
|
||||||
roofName: roof.roofMaterial.roofMatlNmJp,
|
roofName: roof.roofMaterial.roofMatlNmJp,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user