fix revisionId ==> รายงานระบบเงินเดือน
This commit is contained in:
parent
eecd875753
commit
beb2535660
1 changed files with 3 additions and 0 deletions
|
|
@ -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") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue