diff --git a/src/views/monitor/videos/index.vue b/src/views/monitor/videos/index.vue
index 72d6450..bd7a0a8 100644
--- a/src/views/monitor/videos/index.vue
+++ b/src/views/monitor/videos/index.vue
@@ -76,8 +76,8 @@
回放视频
-
设备名称:{{ item.name }}
-
设备通道:{{ item.channelNo }}
+
@@ -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
diff --git a/src/views/shebeitaizhang/shebeitaizhangAdd.vue b/src/views/shebeitaizhang/shebeitaizhangAdd.vue
index 787bd08..41ad3d0 100644
--- a/src/views/shebeitaizhang/shebeitaizhangAdd.vue
+++ b/src/views/shebeitaizhang/shebeitaizhangAdd.vue
@@ -122,9 +122,14 @@
class="addinputw" />
-
+
+
+ *验证码
+
+
+
+
+
@@ -243,7 +248,7 @@ export default {
message: '请填写设备名称',
trigger: 'blur'
}],
- vCode: [{
+ nvrCode: [{
required: true,
message: '请填写验证码',
trigger: 'blur'
diff --git a/src/views/shebeitaizhang/shebeitaizhangInfo.vue b/src/views/shebeitaizhang/shebeitaizhangInfo.vue
index 1722904..791ca4b 100644
--- a/src/views/shebeitaizhang/shebeitaizhangInfo.vue
+++ b/src/views/shebeitaizhang/shebeitaizhangInfo.vue
@@ -191,7 +191,7 @@ export default {
},
getCkTitle(item) {
for (var i = 0; i < this.ckList.length; i++) {
- if (this.ckList[i].id == item) {
+ if (this.ckList[i].sid == item) {
return this.ckList[i].name
}
}