Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m55s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-01-14 18:11:33 +07:00
commit 952a97d40d

View file

@ -383,9 +383,12 @@ async function getCheck() {
mapRef.value?.requestLocationPermission() mapRef.value?.requestLocationPermission()
return return
} }
showLoader() showLoader()
const isSeminar = endTimeAfternoon.value === '14:30' ? 'Y' : 'N'
await http await http
.get(config.API.checkoutCheck) .get(config.API.checkoutCheck + `/${isSeminar}`)
.then(async (res) => { .then(async (res) => {
checkStatus.value = await res.data.result.status.toLocaleUpperCase() checkStatus.value = await res.data.result.status.toLocaleUpperCase()
if (checkStatus.value == 'ABSENT') { if (checkStatus.value == 'ABSENT') {