trestleDetail 호출시 trestle 데이터 추가

This commit is contained in:
김민식 2025-04-04 12:28:42 +09:00
parent 15cb2cf270
commit 59f9377cc9

View File

@ -95,6 +95,7 @@ export function useModuleBasicSetting(tabNum) {
return { return {
...common, ...common,
...item.addRoof, ...item.addRoof,
...item.trestle,
roofPitch: item.addRoof.hajebichi ? item.addRoof.hajebichi : 0, roofPitch: item.addRoof.hajebichi ? item.addRoof.hajebichi : 0,
inclCd: String(item.addRoof.pitch), inclCd: String(item.addRoof.pitch),
} }