dev #108

Merged
ysCha merged 6 commits from dev into prd-deploy 2025-06-10 14:59:12 +09:00
Showing only changes of commit 68980a8aca - Show all commits

View File

@ -2633,7 +2633,7 @@ export const useTrestle = () => {
sameLineModuleList.forEach((modules, index) => {
const moduleRowResultData = {
seq: index,
seq: index + 1,
moduleItemId: modules[0].moduleInfo.itemId,
moduleTpCd: modules[0].moduleInfo.itemTp,
moduleCnt: modules.length,