no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-07-25 18:04:11 +07:00
parent 1484c9288d
commit 626e6023c3
4 changed files with 143 additions and 40 deletions

View file

@ -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, () => {