fix revisionId ==> รายงานระบบเงินเดือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-25 16:54:45 +07:00
parent eecd875753
commit beb2535660

View file

@ -98,6 +98,8 @@ async function fetchDataRound() {
await fetchDataOrg(roundOptions.value[0].revisionId); await fetchDataOrg(roundOptions.value[0].revisionId);
} else { } else {
isRound.value = false; isRound.value = false;
round.value = "";
roundOptions.value = [];
} }
}) })
.catch((e) => { .catch((e) => {
@ -176,6 +178,7 @@ async function fetchDataReportUnified(
? `${round.value?.year}-03-31` ? `${round.value?.year}-03-31`
: `${round.value?.year}-09-30`, : `${round.value?.year}-09-30`,
nodeId: nodeId.value, nodeId: nodeId.value,
revisionId: round.value?.revisionId,
}; };
if (reportCode === "go2-01") { if (reportCode === "go2-01") {