no message
This commit is contained in:
parent
8ce321943f
commit
36db8f239c
1 changed files with 3 additions and 3 deletions
|
|
@ -77,9 +77,9 @@ function getRound() {
|
|||
|
||||
store.roundMainCode = roundFilter.value.shortCode;
|
||||
|
||||
await getSnap(roundFilter.value.shortCode);
|
||||
await getAgency(roundFilter.value.revisionId);
|
||||
await getAgencyPosition(roundFilter.value.revisionId);
|
||||
getSnap(roundFilter.value.shortCode);
|
||||
getAgency(roundFilter.value.revisionId);
|
||||
getAgencyPosition(roundFilter.value.revisionId);
|
||||
|
||||
// if (agencyFilter.value && roundFilter.value.id && snapFilter.value) {
|
||||
// await fetchSalalyPeriod(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue