|
|
@ -76,8 +76,8 @@ |
|
|
|
<p @click="getVedioPcRec(item.id)">回放视频</p> |
|
|
|
</div> |
|
|
|
<div class="seenconsc shipin_out noneDiv" style="top:0px;left:-250px"> |
|
|
|
<p>设备名称:{{ item.name }}</p> |
|
|
|
<p>设备通道:{{ item.channelNo }}</p> |
|
|
|
<!-- <p>设备名称:{{ item.name }}</p> |
|
|
|
<p>设备通道:{{ item.channelNo }}</p> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -393,6 +393,7 @@ export default { |
|
|
|
if (res.code == 200) { |
|
|
|
this.zc_list = res.data |
|
|
|
} |
|
|
|
console.log("jddkz",this.zc_list) |
|
|
|
}) |
|
|
|
|
|
|
|
getOtherList({ type: 2, ckId: item }).then((res) => { |
|
|
@ -651,6 +652,7 @@ export default { |
|
|
|
this.ckId = res.data[0].sid |
|
|
|
this.cangkuImage = '/image/' + res.data[0].sid + '.png' |
|
|
|
} |
|
|
|
// 1 摄像头 |
|
|
|
getOtherList({ type: 1, ckId: this.ckId }).then((res) => { |
|
|
|
if (res.code == 200) { |
|
|
|
this.zc_list = res.data |
|
|
|