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);
|
||||
} 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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue