fix: checkout
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m34s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-05-05 09:36:13 +07:00
parent e90fbc3f43
commit 4e757e9276

View file

@ -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}`)