This commit is contained in:
Warunee Tamkoo 2024-03-29 13:04:07 +07:00
parent 44704b9b89
commit 49479959f3
2 changed files with 2 additions and 2 deletions

View file

@ -243,7 +243,7 @@ async function onChangeRound() {
store.isClosedRound = roundFilter.value.isClose;
await getSnap(roundFilter.value.shortCode);
// await getAgency(roundFilter.value.revisionId);
await getAgency(roundFilter.value.revisionId);
// await getAgencyPosition(roundFilter.value.revisionId);
if (agencyFilter.value && roundFilter.value.id && snapFilter.value) {
fetchSalalyPeriod(

View file

@ -257,7 +257,7 @@ async function onChangeRound() {
store.tabGroup = "group1";
}
getSnap(roundFilter.value.shortCode);
// await getAgency(roundFilter.value.revisionId);
await getAgency(roundFilter.value.revisionId);
// await getAgencyPosition(roundFilter.value.revisionId);
if (agencyFilter.value && roundFilter.value.id && snapFilter.value) {
fetchSalalyPeriod(