แก้ข้อความคัดเลือกผู้พิการ เป็นคัดเลือกอื่นๆ / คัดเลือกเฉยๆ

This commit is contained in:
Warunee Tamkoo 2026-02-26 16:38:37 +07:00
parent 34870101be
commit 4da358351f
7 changed files with 32 additions and 33 deletions

View file

@ -188,8 +188,8 @@ async function uploadFile() {
async function candidateToPlacement() {
$q.dialog({
title: "ยืนยันการนำผู้ผ่านคัดเลือกเข้าสู่ระบบบรรจุ",
message: "ต้องการนำผู้ผ่านคัดเลือกเข้าสู่ระบบบรรจุใช่หรือไม่?",
title: "ยืนยันการนำข้อมูลผู้ผ่านคัดเลือกเข้าสู่ระบบบรรจุ",
message: "ต้องการนำข้อมูลผู้ผ่านคัดเลือกเข้าสู่ระบบบรรจุใช่หรือไม่?",
cancel: {
flat: true,
color: "negative",
@ -200,7 +200,7 @@ async function candidateToPlacement() {
await http
.get(config.API.periodExamToPlacement(examId.value))
.then(() => {
success($q, "นำผู้ผ่านคัดเลือกเข้าสู่ระบบบรรจุ");
success($q, "นำข้อมูลผู้ผ่านคัดเลือกเข้าสู่ระบบบรรจุ");
})
.catch((e) => {
messageError($q, e);