แก้ไข route registryEmployeeEdit

This commit is contained in:
AnandaTon 2023-07-27 18:26:28 +07:00
parent b389e8878b
commit aa786793ac
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ export default [
},
},
{
path: "/registryEmployee/Edit/:Id",
path: "/registryEmployee/edit/:Id",
name: "registryEmployeeEdit",
component: EditDetail,
meta: {

View file

@ -1355,7 +1355,7 @@ const clickAdd = () => {
//
const redirectToPage = (profileId?: string) => {
router.push(`/registryEmployee/Edit/${profileId}`);
router.push(`/registryEmployee/edit/${profileId}`);
};
const editDetail = async (row: any) => {
await getPosition(row.id);