fixing route

This commit is contained in:
Warunee Tamkoo 2024-08-13 09:45:59 +07:00
parent 1333e53c63
commit d0ac01b92e
5 changed files with 32 additions and 22 deletions

View file

@ -277,7 +277,7 @@ const putData = () => {
messageError($q, e);
})
.finally(async () => {
router.push(`/exit-Interview`);
router.push(`/retirement/exit-interview`);
});
};
</script>