fixing bug back page retirement
This commit is contained in:
parent
2139056bc8
commit
bef0a02763
1 changed files with 2 additions and 1 deletions
|
|
@ -539,6 +539,7 @@ function removeFile(fileName: string) {
|
|||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">
|
||||
<q-btn
|
||||
|
|
@ -549,7 +550,7 @@ function removeFile(fileName: string) {
|
|||
flat
|
||||
color="primary"
|
||||
class="q-mr-sm"
|
||||
@click="router.go(-1)"
|
||||
@click="router.push('/retirement/resign')"
|
||||
/>
|
||||
รายละเอียดการลาออกของ
|
||||
{{ dataDetail.firstName + " " + dataDetail.lastName }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue