การอนุมัติ รายการเลื่อนเงินเดือนข้าราชการฯ

This commit is contained in:
setthawutttty 2024-03-19 12:26:47 +07:00
parent 9bfe0ad6fa
commit 50a128cf64
4 changed files with 31 additions and 13 deletions

View file

@ -319,7 +319,18 @@ function onScroll({ to, ref }: { to: number; ref: any }) {
}
function getQuota() {
fetchSalalyPeriod(agencyFilter.value, roundFilter.value.id, snapFilter.value);
http
.get(config.API.salaryListPeriodQuota(store.groupId))
.then((res)=>{
console.log("q",res)
const data = res.data.result
store.statusQuota = data.status
}).catch((e)=>{
messageError($q,e)
}).finally(()=>{
})
}
onMounted(async () => {
await getRound();