|
@@ -350,9 +350,9 @@
|
|
|
{{company.logContent}}
|
|
|
</div>
|
|
|
<div>
|
|
|
- <el-image :src="url" :preview-src-list="srcList"
|
|
|
- style="width:6.5rem; height:5rem;margin: 2px;"
|
|
|
- v-for="(item,index) in 4">
|
|
|
+ <el-image :src="item" :preview-src-list="company.fileUrls"
|
|
|
+ style="width:6.5rem; height:5rem;margin: 2px;"
|
|
|
+ v-for="(item,index) in company.fileUrls">
|
|
|
</el-image>
|
|
|
</div>
|
|
|
|
|
@@ -417,6 +417,7 @@
|
|
|
getWarm,
|
|
|
updateDeptEventStatus,
|
|
|
listByEventCode,
|
|
|
+ selectCentereventTLogListPC,
|
|
|
selectCameraEventByCameraId,
|
|
|
listCenterdataTAttachByBusId,
|
|
|
selectchannelCodeByCameraId,
|
|
@@ -732,7 +733,7 @@
|
|
|
that.listoperateDept = res1.data.operateDept
|
|
|
})
|
|
|
|
|
|
- listByEventCode(data.eventCode).then(res2 => {
|
|
|
+ selectCentereventTLogListPC(data.eventCode).then(res2 => {
|
|
|
let that = this
|
|
|
that.listLog = res2.data
|
|
|
})
|
|
@@ -1023,7 +1024,7 @@
|
|
|
that.listEventDept = response.data
|
|
|
})
|
|
|
|
|
|
- listByEventCode(data.eventCode).then(response => {
|
|
|
+ selectCentereventTLogListPC(data.eventCode).then(response => {
|
|
|
that.listLog = response.data
|
|
|
})
|
|
|
if (data.attachId != null) {
|