API รายการรอบการประเมินผลการปฏิบัติหน้าที่ราชการ
This commit is contained in:
parent
872d2db544
commit
5c3c18dd5c
5 changed files with 146 additions and 71 deletions
|
|
@ -227,7 +227,7 @@ function fetchDataDetail(id: string) {
|
|||
}
|
||||
|
||||
function onSubmit() {
|
||||
console.log(formBody);
|
||||
|
||||
dialogConfirm($q, async () => {
|
||||
showLoader();
|
||||
formBody.budgetApprove =
|
||||
|
|
|
|||
|
|
@ -332,7 +332,7 @@ onMounted(() => {
|
|||
dense
|
||||
class="custom-header-table"
|
||||
:visible-columns="visibleColumns"
|
||||
:rows-per-page-options="[2, 10, 25, 50, 100]"
|
||||
:rows-per-page-options="[10, 25, 50, 100]"
|
||||
@update:pagination="updatePagination"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue