diff --git a/src/views/photographicDevice/components/pictureTags.vue b/src/views/photographicDevice/components/pictureTags.vue
index c5423cb..971ff26 100644
--- a/src/views/photographicDevice/components/pictureTags.vue
+++ b/src/views/photographicDevice/components/pictureTags.vue
@@ -46,7 +46,7 @@
@@ -147,8 +147,9 @@ export default {
this.isShow = true;
this.pictureData = val; //获取当前列表数据
this.picoptions = val.list; //获取所有通道
+ console.log("asdasdadadad", this.picoptions);
this.channelId = val.list[0].id;
- this.picvalue = val.list[0].name; //获取第一个通道
+ this.picvalue = val.list[0].channelName; //获取第一个通道
this.termId = val.id; //装置id
this.getcanvansPic(val, this.channelId);
},
diff --git a/src/views/photographicDevice/components/workStatus.vue b/src/views/photographicDevice/components/workStatus.vue
index 5bf1919..bd56667 100644
--- a/src/views/photographicDevice/components/workStatus.vue
+++ b/src/views/photographicDevice/components/workStatus.vue
@@ -88,7 +88,7 @@
>
+ {
+ handleSearchCommand(command, areaData);
+ }
+ "
+ >
+
+ 数据查询
+
+
+ 基本信息
+ 工作状态
+ 运行状态
+ GPS位置
+ 故障信息报
+
+
@@ -144,6 +164,12 @@
+
+
+
+
+
+