แก้ลูกจ้าง
This commit is contained in:
parent
d868f40dfe
commit
e03a6771ad
2 changed files with 8 additions and 8 deletions
|
|
@ -86,7 +86,7 @@ async function onSubmit() {
|
|||
if (dataStore.officerType == "OFFICER") {
|
||||
router.push(`/retire/result/${id}`);
|
||||
} else {
|
||||
router.push(`/retire/result`);
|
||||
router.push(`/retire/${id}`);
|
||||
}
|
||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||
})
|
||||
|
|
@ -171,7 +171,7 @@ onMounted(async () => {
|
|||
flat
|
||||
color="primary"
|
||||
class="q-mr-sm"
|
||||
@click="router.go(-1)"
|
||||
@click="router.push('/retire')"
|
||||
/>
|
||||
<div v-if="routeName == 'AddRetire'">เพิ่มเรื่องลาออก</div>
|
||||
<div v-else>รายละเอียดเรื่องลาออก</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue