updated route retirement
This commit is contained in:
parent
483fc2943a
commit
ebd4702356
6 changed files with 160 additions and 138 deletions
|
|
@ -151,7 +151,7 @@ const resetFilter = () => {
|
|||
|
||||
/** Setting Pagination */
|
||||
const nextPage = (id: string) => {
|
||||
router.push("/deceased/" + id);
|
||||
router.push("/retirement/deceased/" + id);
|
||||
};
|
||||
const pagination = ref({
|
||||
sortBy: "createdAt",
|
||||
|
|
|
|||
|
|
@ -375,7 +375,7 @@ const updateData = (row: DataCopyOrder) => {
|
|||
flat
|
||||
color="primary"
|
||||
class="q-mr-sm"
|
||||
@click="router.push(`/deceased/${profileId}`)"
|
||||
@click="router.push(`/retirement/deceased/${profileId}`)"
|
||||
/>
|
||||
ส่งหนังสือเวียน
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ const fetchData = async () => {
|
|||
|
||||
//เปิดdetail ของ deceased
|
||||
const openDeceased = (id: string) => {
|
||||
router.push(`/deceased/detail/${id}`);
|
||||
router.push(`/retirement/deceased/detail/${id}`);
|
||||
};
|
||||
|
||||
//ไปหน้าถัดไป
|
||||
|
|
@ -109,7 +109,7 @@ const fileDownload = async (type: string) => {
|
|||
flat
|
||||
color="primary"
|
||||
class="q-mr-sm"
|
||||
@click="router.push(`/deceased`)"
|
||||
@click="router.push(`/retirement/deceased`)"
|
||||
/>
|
||||
รายละเอียดบันทึกเวียนแจ้งการถึงแก่กรรม {{ fullName }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue