CSR-1418
This commit is contained in:
parent
36b0dceb15
commit
c214b73378
1 changed files with 5 additions and 6 deletions
|
|
@ -294,7 +294,6 @@ export default {
|
||||||
this.imageUrl = result?.data.imageUrl;
|
this.imageUrl = result?.data.imageUrl;
|
||||||
this.imageVifNumber = result?.data.imageVifNumber;
|
this.imageVifNumber = result?.data.imageVifNumber;
|
||||||
this.imageVifColor = result?.data.imageVifColor;
|
this.imageVifColor = result?.data.imageVifColor;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.imageUrl = null;
|
this.imageUrl = null;
|
||||||
}
|
}
|
||||||
|
|
@ -307,7 +306,7 @@ export default {
|
||||||
},
|
},
|
||||||
displayGeneric() {
|
displayGeneric() {
|
||||||
if (!this.selectedStyle) return true;
|
if (!this.selectedStyle) return true;
|
||||||
else if(this.getVehicleInProgress) return true;
|
else if (this.vehicleInProgress) return true;
|
||||||
else if (this.imageUrl == null && this.carId !== null) return false;
|
else if (this.imageUrl == null && this.carId !== null) return false;
|
||||||
else return true;
|
else return true;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue