From 9ba8174d333e682c427f4bfd177108bbe6895bb4 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期二, 22 六月 2021 16:24:52 +0800
Subject: [PATCH] 筛选司机室视频

---
 src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
index c2349da..331b1f6 100644
--- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue
+++ b/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(() => {

--
Gitblit v1.8.0