heyujie
2021-06-22 9ba8174d333e682c427f4bfd177108bbe6895bb4
筛选司机室视频
1个文件已修改
3 ■■■■ 已修改文件
src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue 3 ●●●● 补丁 | 查看 | 原始文档 | 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(() => {