diff --git a/pages/myCar/carDetail.vue b/pages/myCar/carDetail.vue index 18883d9..0efcdf2 100644 --- a/pages/myCar/carDetail.vue +++ b/pages/myCar/carDetail.vue @@ -29,7 +29,7 @@ - + {{ brandList && brandList[arrayIndex] ? brandList[arrayIndex].brandName : '' }} @@ -41,7 +41,7 @@ > - + {{ natureList[natureIndex].value}} @@ -349,7 +349,9 @@ export default { async getNatureList() { this.natureList= getDictByCode('car_nature') if (this.bo2 == true) { - this.car.carNature = this.natureList[0].value; + // setTimeout(() => { + // this.car.carNature = this.natureList[0].value; + // }, 15000) } else { // 如果是修改 遍历当前集合 将index 同步 this.natureList.forEach((item, index) => { diff --git a/pages/project/project.vue b/pages/project/project.vue index e348f66..b189f5e 100644 --- a/pages/project/project.vue +++ b/pages/project/project.vue @@ -20,7 +20,7 @@ - + {{ unitList[arrayIndex].label }}