diff --git a/src/views/vehicle/record.vue b/src/views/vehicle/record.vue index a671e2e..e9e9be9 100644 --- a/src/views/vehicle/record.vue +++ b/src/views/vehicle/record.vue @@ -49,6 +49,7 @@ export default { this.recordCar.startTime = recordCar.startTime this.recordCar.endTime = recordCar.endTime historyMap(this.recordCar).then(res=>{ + console.log(res) this.carMsg = res.data // res.data.forEach(item=>{ // this.carMsg = item