no message
This commit is contained in:
parent
ad745a9160
commit
0a8e91965d
8 changed files with 9 additions and 60 deletions
|
|
@ -138,12 +138,13 @@ function onSubmit() {
|
|||
.then(() => {
|
||||
isSave.value = false;
|
||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||
props.fetchData();
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
})
|
||||
.finally(async () => {
|
||||
await props.fetchData();
|
||||
|
||||
});
|
||||
},
|
||||
"ยืนยันการบันทึกข้อมูล",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ const page = ref<number>(1);
|
|||
const pageSize = ref<number>(10);
|
||||
const maxPage = ref<number>(1);
|
||||
const filter = ref<string>("");
|
||||
const status = ref<string>("ALL");
|
||||
const status = ref<string>("DONE");
|
||||
/** function เรียกรายการสรุปผลการพิจารณาทางวินัย*/
|
||||
async function fetchListResult() {
|
||||
showLoader();
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ const table = ref<any>(null);
|
|||
const filterRef = ref<any>(null);
|
||||
const attrs = ref<any>(useAttrs());
|
||||
const paging = ref<boolean>(true);
|
||||
const statusFilter = ref<string>("ALL");
|
||||
const statusFilter = ref<string>("DONE");
|
||||
/** รับ props มาจากหน้าหลัก */
|
||||
const props = defineProps({
|
||||
count: Number,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue