Ver código fonte

组织机构

master
huxinglu 4 anos atrás
pai
commit
55de4b15fa
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/views/business/inspectDriverList/index.vue

+ 1
- 1
src/views/business/inspectDriverList/index.vue Ver arquivo

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

Carregando…
Cancelar
Salvar