แก้ข้อความคัดเลือกผู้พิการ เป็นคัดเลือกอื่นๆ / คัดเลือกเฉยๆ
This commit is contained in:
parent
34870101be
commit
4da358351f
7 changed files with 32 additions and 33 deletions
|
|
@ -364,8 +364,8 @@ function onSearch() {
|
|||
*/
|
||||
function onSubmitCandidates(date: Date) {
|
||||
$q.dialog({
|
||||
title: "ยืนยันการนำผู้ผ่านสอบแข่งขันเข้าสู่ระบบบรรจุ",
|
||||
message: "ต้องการนำผู้ผ่านสอบแข่งขันเข้าสู่ระบบบรรจุใช่หรือไม่?",
|
||||
title: "ยืนยันการนำข้อมูลผู้ผ่านสอบแข่งขันเข้าสู่ระบบบรรจุ",
|
||||
message: "ต้องการนำข้อมูลผู้ผ่านสอบแข่งขันเข้าสู่ระบบบรรจุใช่หรือไม่?",
|
||||
cancel: {
|
||||
flat: true,
|
||||
color: "negative",
|
||||
|
|
@ -379,7 +379,7 @@ function onSubmitCandidates(date: Date) {
|
|||
accountStartDate: convertDateToAPI(date),
|
||||
})
|
||||
.then(() => {
|
||||
success($q, "นำผู้ผ่านสอบแข่งขันเข้าสู่ระบบบรรจุ");
|
||||
success($q, "นำข้อมูลผู้ผ่านสอบแข่งขันเข้าสู่ระบบบรรจุ");
|
||||
modalCandidates.value = false;
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue