updated route retirement

This commit is contained in:
Warunee Tamkoo 2024-08-01 14:44:43 +07:00
parent 483fc2943a
commit ebd4702356
6 changed files with 160 additions and 138 deletions

View file

@ -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",