|
@@ -625,6 +625,8 @@ export default {
|
|
this.form.vehicleDescription = item.description;
|
|
this.form.vehicleDescription = item.description;
|
|
this.carModel = this.getImgUrl(item.vehicleFrontView);
|
|
this.carModel = this.getImgUrl(item.vehicleFrontView);
|
|
|
|
|
|
|
|
+ this.$refs.form.clearValidate("vehicleDescription");
|
|
|
|
+
|
|
// let arr = [...this.vehicleNameList[0].options, ...this.vehicleNameList[1].options];
|
|
// let arr = [...this.vehicleNameList[0].options, ...this.vehicleNameList[1].options];
|
|
// let item = arr.find((i) => i.id == id);
|
|
// let item = arr.find((i) => i.id == id);
|
|
// this.form.vehicleDescription = item.description;
|
|
// this.form.vehicleDescription = item.description;
|