Compare commits

...

3 Commits

Author SHA1 Message Date
김민식
adf9febc8c Merge branch 'feature/yj-layoutSetup' of https://git.hanasys.jp/qcast3/qcast-front into feature/yj-layoutSetup 2025-04-10 10:54:29 +09:00
김민식
089ffed7af 키 명 수정 2025-04-10 10:54:21 +09:00
김민식
990de88caf 키 값 수정 2025-04-10 10:51:59 +09:00

View File

@ -292,6 +292,8 @@ const Trestle = forwardRef((props, ref) => {
snowGdPossYn, snowGdPossYn,
cvrChecked, cvrChecked,
snowGdChecked, snowGdChecked,
setupCover: cvrChecked,
setupSnowCover: snowGdChecked,
}, },
trestleDetail: trestleDetail, trestleDetail: trestleDetail,
} }
@ -367,8 +369,8 @@ const Trestle = forwardRef((props, ref) => {
// ...constructionList.find((construction) => newAddedRoofs[index].construction.constTp === construction.constTp), // ...constructionList.find((construction) => newAddedRoofs[index].construction.constTp === construction.constTp),
...roof.construction, ...roof.construction,
roofIndex: roof.index, roofIndex: roof.index,
setupCover: roof.cvrYn === 'Y', setupCover: cvrChecked,
setupSnowCover: roof.snowGdYn === 'Y', setupSnowCover: snowGdChecked,
selectedIndex: roof.index, selectedIndex: roof.index,
}, },
trestleDetail: roof.trestleDetail, trestleDetail: roof.trestleDetail,