dev #277

Merged
ysCha merged 2 commits from dev into prd-deploy 2025-08-05 11:31:23 +09:00
Showing only changes of commit e285210927 - Show all commits

View File

@ -127,6 +127,9 @@ export function useRoofAllocationSetting(id) {
}
})
} else {
if(roofList.length > 0){
roofsArray = roofList
}else{
roofsArray = [
{
planNo: planNo,
@ -143,6 +146,7 @@ export function useRoofAllocationSetting(id) {
},
]
}
}
/**
* 데이터 설정
@ -182,6 +186,9 @@ export function useRoofAllocationSetting(id) {
roofSizeSet: '' + res[0].roofSizeSet,
roofAngleSet: '' + res[0].roofAngleSet,
})
//데이터 동기화
setCurrentRoofList(selectRoofs)
})
} catch (error) {
console.error('Data fetching error:', error)