fix(recruiting):comment router.go(-1);
This commit is contained in:
parent
97aa731d2f
commit
b178f5ad38
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue