fixing route
This commit is contained in:
parent
1333e53c63
commit
d0ac01b92e
5 changed files with 32 additions and 22 deletions
|
|
@ -277,7 +277,7 @@ const putData = () => {
|
|||
messageError($q, e);
|
||||
})
|
||||
.finally(async () => {
|
||||
router.push(`/exit-Interview`);
|
||||
router.push(`/retirement/exit-interview`);
|
||||
});
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@ const openModalCalendar = (rows: any) => {
|
|||
color="blue-9"
|
||||
icon="mdi-square-edit-outline"
|
||||
outline
|
||||
@click="$router.push('/retirement/exit-Interview/edit-question')"
|
||||
@click="$router.push('/retirement/exit-interview/edit-question')"
|
||||
><span class="q-pl-sm">แก้ไขคำถาม</span></q-btn
|
||||
>
|
||||
</div>
|
||||
|
|
@ -374,7 +374,7 @@ const openModalCalendar = (rows: any) => {
|
|||
:props="props"
|
||||
@click="
|
||||
router.push(
|
||||
`/retirement/exit-Interview/questionnair/${props.row.id}`
|
||||
`/retirement/exit-interview/questionnair/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
|
@ -385,7 +385,7 @@ const openModalCalendar = (rows: any) => {
|
|||
:props="props"
|
||||
@click="
|
||||
router.push(
|
||||
`/retirement/exit-Interview/questionnair/${props.row.id}`
|
||||
`/retirement/exit-interview/questionnair/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
|
@ -396,7 +396,7 @@ const openModalCalendar = (rows: any) => {
|
|||
:props="props"
|
||||
@click="
|
||||
router.push(
|
||||
`/retirement/exit-Interview/questionnair/${props.row.id}`
|
||||
`/retirement/exit-interview/questionnair/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
|
@ -407,7 +407,7 @@ const openModalCalendar = (rows: any) => {
|
|||
:props="props"
|
||||
@click="
|
||||
router.push(
|
||||
`/retirement/exit-Interview/questionnair/${props.row.id}`
|
||||
`/retirement/exit-interview/questionnair/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
|
@ -418,7 +418,7 @@ const openModalCalendar = (rows: any) => {
|
|||
:props="props"
|
||||
@click="
|
||||
router.push(
|
||||
`/retirement/exit-Interview/questionnair/${props.row.id}`
|
||||
`/retirement/exit-interview/questionnair/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
|
@ -429,7 +429,7 @@ const openModalCalendar = (rows: any) => {
|
|||
:props="props"
|
||||
@click="
|
||||
router.push(
|
||||
`/retirement/exit-Interview/questionnair/${props.row.id}`
|
||||
`/retirement/exit-interview/questionnair/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
|
@ -440,7 +440,7 @@ const openModalCalendar = (rows: any) => {
|
|||
:props="props"
|
||||
@click="
|
||||
router.push(
|
||||
`/retirement/exit-Interview/questionnair/${props.row.id}`
|
||||
`/retirement/exit-interview/questionnair/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
|
@ -452,7 +452,7 @@ const openModalCalendar = (rows: any) => {
|
|||
:props="props"
|
||||
@click="
|
||||
router.push(
|
||||
`/retirement/exit-Interview/questionnair/${props.row.id}`
|
||||
`/retirement/exit-interview/questionnair/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
|
@ -465,7 +465,7 @@ const openModalCalendar = (rows: any) => {
|
|||
:props="props"
|
||||
@click="
|
||||
router.push(
|
||||
`/retirement/exit-Interview/questionnair/${props.row.id}`
|
||||
`/retirement/exit-interview/questionnair/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
|
@ -478,7 +478,7 @@ const openModalCalendar = (rows: any) => {
|
|||
:props="props"
|
||||
@click="
|
||||
router.push(
|
||||
`/retirement/exit-Interview/questionnair/${props.row.id}`
|
||||
`/retirement/exit-interview/questionnair/${props.row.id}`
|
||||
)
|
||||
"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ const putData = () => {
|
|||
messageError($q, e);
|
||||
})
|
||||
.finally(async () => {
|
||||
router.push(`/exit-Interview`);
|
||||
router.push(`/retirement/exit-interview`);
|
||||
});
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/exit-Interview",
|
||||
path: "/retirement/exit-interview",
|
||||
name: "exit-Interview",
|
||||
component: exitInterviewMain,
|
||||
meta: {
|
||||
|
|
@ -93,7 +93,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/exit-Interview/questionnair/:id",
|
||||
path: "/retirement/exit-interview/questionnair/:id",
|
||||
name: "exit-Interview-details",
|
||||
component: exitInterviewDetails,
|
||||
meta: {
|
||||
|
|
@ -103,7 +103,7 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/exit-Interview/edit-question",
|
||||
path: "/retirement/exit-interview/edit-question",
|
||||
name: "ExitInterviewEditQuestion",
|
||||
component: exitInterviewEditQuestion,
|
||||
meta: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue