Update vehicle.vue
This commit is contained in:
parent
7d365962d4
commit
2fc7c57d40
1 changed files with 13 additions and 13 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue