From 15115716a92c254450bad5f6060614e68fb78a54 Mon Sep 17 00:00:00 2001 From: Kroell Date: Tue, 17 Jan 2023 16:31:45 -0500 Subject: [PATCH] updates to navigation --- .../license-plate-lookup.vue | 87 +++++++++++++------ src/store/index.js | 2 +- 2 files changed, 60 insertions(+), 29 deletions(-) diff --git a/src/layouts/license-plate-lookup/license-plate-lookup.vue b/src/layouts/license-plate-lookup/license-plate-lookup.vue index c59d327a..936e4987 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup.vue @@ -10,8 +10,23 @@ :display-generic-vehicle-image="false" />
- + diff --git a/src/store/index.js b/src/store/index.js index a9a7a8cf..37cfb4c8 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -253,7 +253,7 @@ export const useMainStore = defineStore({ }); }, - async lookupVinByPlate(licensePlate) { + async lookupVinByPlate(licensePlate, licenseState) { try { const response = await globalMethods.callHttpClient({ method: endpoints.LookupVinByPlate.method,