UI รายงานทะเบียนประวัติ

This commit is contained in:
setthawutttty 2025-02-18 16:20:01 +07:00
parent 64f60eead9
commit e0f1f5ee71
5 changed files with 1257 additions and 323 deletions

View file

@ -13,7 +13,7 @@ const $q = useQuasar();
const router = useRouter();
const route = useRoute();
const mixin = useCounterMixin();
const { messageError, showLoader, hideLoader } = mixin;
const { messageError, showLoader, hideLoader, dialogMessageNotify } = mixin;
const profile_id = ref<string>("");
const birthdate = ref<string>("");
@ -75,6 +75,8 @@ async function fetchData() {
scoreSum.value = data.scoreResult.scoreSum;
examResultinscore.value = data.scoreResult.examResult;
}
} else {
dialogMessageNotify($q, "แข่งขัน ไม่พบข้อมูล");
}
})
.catch((e) => {