fig bug
This commit is contained in:
parent
44704b9b89
commit
49479959f3
2 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue