no message

This commit is contained in:
setthawutttty 2024-01-10 17:13:23 +07:00
parent ad745a9160
commit 0a8e91965d
8 changed files with 9 additions and 60 deletions

View file

@ -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();