ソースを参照

组织机构

master
huxinglu 4年前
コミット
55de4b15fa
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/views/business/inspectDriverList/index.vue

+ 1
- 1
src/views/business/inspectDriverList/index.vue ファイルの表示

@@ -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)

読み込み中…
キャンセル
保存