fixing route req registry
This commit is contained in:
parent
bf07a1e007
commit
c5e1e3a9ea
2 changed files with 9 additions and 9 deletions
|
|
@ -9,7 +9,9 @@ const detailPage = () =>
|
|||
const requestEdit = () =>
|
||||
import("@/modules/04_registryPerson/views/requestEditView.vue");
|
||||
const requestEditPage = () =>
|
||||
import("@/modules/04_registryPerson/components/requestEdit/Page02_DetailIDP.vue");
|
||||
import(
|
||||
"@/modules/04_registryPerson/components/requestEdit/Page02_DetailIDP.vue"
|
||||
);
|
||||
const Page01_Detail = () =>
|
||||
import(
|
||||
"@/modules/04_registryPerson/components/requestEdit/Page01_Detail.vue"
|
||||
|
|
@ -110,7 +112,7 @@ export default [
|
|||
},
|
||||
{
|
||||
path: "/registry-employee/request-edit/personal/:id",
|
||||
name: "registryNewRequestEditEMP/personal",
|
||||
name: "registryNewRequestEditEmpDetail",
|
||||
component: Page01_Detail,
|
||||
meta: {
|
||||
Auth: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue