Update nuisance submission to go to submitted page
This commit is contained in:
parent
c41154a200
commit
2c0bfb9904
31 changed files with 747 additions and 228 deletions
|
|
@ -14,6 +14,7 @@ import HomeBase from "@/rmo/view/Home.vue";
|
|||
import HomeDistrict from "@/rmo/view/district/Home.vue";
|
||||
import NuisanceBase from "@/rmo/view/Nuisance.vue";
|
||||
import NuisanceDistrict from "@/rmo/view/district/Nuisance.vue";
|
||||
import ReportSubmitted from "@/rmo/view/ReportSubmitted.vue";
|
||||
import StatusBase from "@/rmo/view/Status.vue";
|
||||
import StatusDistrict from "@/rmo/view/district/Status.vue";
|
||||
import Water from "@/rmo/view/Water.vue";
|
||||
|
|
@ -106,6 +107,12 @@ const routes: RouteRecordRaw[] = [
|
|||
component: WaterDistrict,
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: "/submitted/:id",
|
||||
name: "ReportSubmitted",
|
||||
component: ReportSubmitted,
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: "/status",
|
||||
name: "StatusBase",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue