diff --git a/src/store/index.js b/src/store/index.js index 4010c854..8bb518fd 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -198,7 +198,7 @@ export const useMainStore = defineStore({ payload: {}, }) .then((response) => { - this.updateVehicle(response.vehicle); + this.updateVehicle(response.data); return response; }); },