모듈 자동 레이아웃 수정

This commit is contained in:
yjnoh 2025-04-28 14:09:58 +09:00
parent fe957102d9
commit 1c7b81c99f

View File

@ -2775,6 +2775,9 @@ export function useModuleBasicSetting(tabNum) {
})
// calculateForApi()
/**
* 자동 레이아웃일떄 설치 가능한 애들은 설치 해주고 실패한 애들은 이름, 최대 설치 가능한 높이 알려줄라고
*/
if (type === 'layout' && failAutoSetupRoof.length > 0) {
const roofNamesList = failAutoSetupRoof.map((roof) => ({
roofName: roof.roofMaterial.roofMatlNmJp,