This commit is contained in:
parent
e90fbc3f43
commit
4e757e9276
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue