การอนุมัติ รายการเลื่อนเงินเดือนข้าราชการฯ
This commit is contained in:
parent
9bfe0ad6fa
commit
50a128cf64
4 changed files with 31 additions and 13 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue