|
@@ -488,7 +488,7 @@
|
|
|
carPicker(e) {
|
|
|
// this.detailData.gradeKey = e[0] + 1
|
|
|
this.detailData.carNo = this.carList[e].carNo
|
|
|
- this.detailData.carId=this.carList[e].carId
|
|
|
+ this.detailData.carId=this.carList[e].id
|
|
|
},
|
|
|
getImgUrl(res) {
|
|
|
this.detailData.addressUrl = res
|