@@ -408,7 +408,7 @@ | |||
let imageDetail = { | |||
taskId: row.id, | |||
driverName: row.driverName, | |||
formatExecutionStartTime: row.formatinspectTime.split(' ')[0], | |||
formatExecutionStartTime: row.formatInspectTime, | |||
imgList: res.data ? res.data : [] | |||
} | |||
this.imageDetail = Object.assign({}, imageDetail) |