src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
@@ -600,8 +600,9 @@ _this.videoArrs = res.data.filter((item) => v.GroupID == item.GroupID); _this.allCurVideos = res.data; console.log(_this.allCurVideos); _this.curRoomVideos = _this.allCurVideos.filter((item) => { return item.CameraPosition.indexOf("司机室") >= 0; return item.IsCab == "0"; }); _this.$nextTick(() => {