- 摄像头名称:{{ info.VIDEONAME }}
+ 摄像头名称:{{ name }}
编码 |
- {{ info.CODE }} |
+ {{ code }} |
-
+
@@ -166,6 +166,24 @@ export default {
default() {
return ''
}
+ },
+ code: {
+ type: String,
+ default() {
+ return ''
+ }
+ },
+ videoType: {
+ type: String,
+ default() {
+ return ''
+ }
+ },
+ name: {
+ type: String,
+ default() {
+ return ''
+ }
}
},
data() {
@@ -173,14 +191,18 @@ export default {
config: config,
info: {},
recordAllList: [],
- varList:[],
- carRecordAllList:[]
+ varList: [],
+ carRecordAllList: []
}
},
created() {
- this.getData()
- this.getListData()
+ if (this.type !== 'CAMERA') {
+ this.getData()
+ this.getListData()
+ } else {
+
+ }
},
methods: {
formatDate(date, format) {
diff --git a/src/views/map/dialog/peoplePositionYGS.vue b/src/views/map/dialog/peoplePositionYGS.vue
index 552186d..157e4e2 100644
--- a/src/views/map/dialog/peoplePositionYGS.vue
+++ b/src/views/map/dialog/peoplePositionYGS.vue
@@ -29,12 +29,12 @@
| {{ otherInfo?otherInfo.postName:'' }} |