fix(recruiting):comment router.go(-1);

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-17 17:44:14 +07:00
parent 97aa731d2f
commit b178f5ad38
2 changed files with 2 additions and 2 deletions

View file

@ -375,7 +375,7 @@ function onSubmitCandidates(date: Date) {
.then(() => {
success($q, "นำผู้ผ่านสอบแข่งขันเข้าสู่ระบบบรรจุ");
modalCandidates.value = false;
router.go(-1);
// router.go(-1);
})
.catch((e) => {
messageError($q, e);

View file

@ -346,7 +346,7 @@ async function onSubmitCandidates(date: Date) {
.then(() => {
success($q, "นำผู้ผ่านคัดเลือกคนพิการเข้าสู่ระบบบรรจุ");
modalCandidates.value = false;
router.go(-1);
// router.go(-1);
})
.catch((e) => {
messageError($q, e);