From 287fe245c828117873ca6fa924d44f95a962a1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Mon, 28 Aug 2023 00:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/projectVideo.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/pages/projectVideo.vue b/src/pages/projectVideo.vue index 37d14d9..dfd75d8 100644 --- a/src/pages/projectVideo.vue +++ b/src/pages/projectVideo.vue @@ -1386,18 +1386,18 @@ export default { cqVideoListData.id=1; cqVideoListData.type=true; cqVideoListData.project_abbreviation = '项目监控' - dgVideoListData.id=1; - dgVideoListData.type=true; - dgVideoListData.project_abbreviation = '吊钩监控' - aiVideoListData.id=1; - aiVideoListData.type=true; - aiVideoListData.project_abbreviation = 'AI视频' + //dgVideoListData.id=2; + //dgVideoListData.type=true; + //dgVideoListData.project_abbreviation = '吊钩监控' + //aiVideoListData.id=3; + //aiVideoListData.type=true; + //aiVideoListData.project_abbreviation = 'AI视频' this.$api.video.listView(this.dept?.id||0,this.projectInfo?.projectId||0).then((response) => { cqVideoListData.videoList = response.data; videoListData.push(cqVideoListData); - videoListData.push(dgVideoListData); - videoListData.push(aiVideoListData); + //videoListData.push(dgVideoListData); + //videoListData.push(aiVideoListData); this.videoListData = videoListData; this.cqNum=response.data.length; let offNum=0; @@ -1475,7 +1475,8 @@ export default { this.updatePassageState(this.videoPassageList[3].id); }, updatePassageState(id) { - this.$api.video.editPassageState(id,this.videoDvrNumber,"2"); + //没有好思路,这里先注释 + //this.$api.video.editPassageState(id,this.videoDvrNumber,"2"); }, },