diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index c8ffb27..67bf8db 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -569,7 +569,7 @@ async function getCheck() { } showLoader() - const isSeminar = model.value === 'ไปประชุม / อบรม / สัมมนา' ? 'Y' : 'N' + const isSeminar = model.value === 'ไปประชุม / อบรม / สัมมนา' || model.value === 'ปฏิบัติงานในจุดบริการด่วนมหานคร' ? 'Y' : 'N' await http .get(config.API.checkoutCheck + `/${isSeminar}`)