แก้ไข 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: {