no message
This commit is contained in:
parent
1484c9288d
commit
626e6023c3
4 changed files with 143 additions and 40 deletions
|
|
@ -398,7 +398,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
|
|||
const nextPage = (prop: any) => {
|
||||
console.log(prop.id);
|
||||
|
||||
router.push(`/retirement/list/${prop.id}`);
|
||||
router.push(`/retirement/listretire/${prop.id}/${type.value}`);
|
||||
};
|
||||
|
||||
watch(type, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue