no message
This commit is contained in:
parent
5e7c5f12b1
commit
3d8fb11bcd
1 changed files with 8 additions and 1 deletions
|
|
@ -311,6 +311,13 @@ function onScroll({ to, ref }: { to: number; ref: any }) {
|
|||
}
|
||||
}
|
||||
|
||||
function getQuota(){
|
||||
fetchSalalyPeriod(
|
||||
agencyFilter.value,
|
||||
roundFilter.value.id,
|
||||
snapFilter.value
|
||||
);
|
||||
}
|
||||
onMounted(async () => {
|
||||
await getRound();
|
||||
});
|
||||
|
|
@ -421,7 +428,7 @@ onMounted(async () => {
|
|||
bordered
|
||||
class="row col-12 q-mt-xs"
|
||||
>
|
||||
<ProcessStep :periodId="roundFilter.id" :rootId="agencyFilter" :get-data="onChangeRound"/>
|
||||
<ProcessStep :periodId="roundFilter.id" :rootId="agencyFilter" :get-data="getQuota"/>
|
||||
</q-card>
|
||||
|
||||
<!-- </q-card> -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue