Update vehicle.vue

This commit is contained in:
Sneha 2023-09-26 17:50:03 +05:30
parent 7d365962d4
commit 2fc7c57d40

View file

@ -312,7 +312,7 @@ export default {
arePagePrerequisitesValid() { arePagePrerequisitesValid() {
return true; return true;
}, },
async getCarID(){ async getCarID() {
this.carId = null; this.carId = null;
const result = await this.getVehicle( const result = await this.getVehicle(
this.selectedYear, this.selectedYear,