파라미터 명 수정

This commit is contained in:
hyojun.choi 2025-02-08 14:22:52 +09:00
parent 1c24eb11b1
commit 745262070a

View File

@ -1899,7 +1899,7 @@ export const useTrestle = () => {
rackYn, rackYn,
racks: rackParams, racks: rackParams,
rackTotCnt: rackList.length ?? 0 + smartRackGroup.length ?? 0, rackTotCnt: rackList.length ?? 0 + smartRackGroup.length ?? 0,
rackFittingCnt: bracketList.length, rackFittingTotCnt: bracketList.length,
moduleRows: getMostLeftModules(surface), moduleRows: getMostLeftModules(surface),
cvrYn: moduleSelection.construction.setupCover ? 'Y' : 'N', cvrYn: moduleSelection.construction.setupCover ? 'Y' : 'N',
snowGdYn: moduleSelection.construction.setupSnowCover ? 'Y' : 'N', snowGdYn: moduleSelection.construction.setupSnowCover ? 'Y' : 'N',