no message

This commit is contained in:
setthawutttty 2024-03-18 13:13:59 +07:00
parent 5e7c5f12b1
commit 3d8fb11bcd

View file

@ -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> -->