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