提交代码

dev-login
姜玉琦 2023-08-28 00:00:14 +08:00
parent 16203203d9
commit 287fe245c8
1 changed files with 10 additions and 9 deletions

View File

@ -1386,18 +1386,18 @@ export default {
cqVideoListData.id=1; cqVideoListData.id=1;
cqVideoListData.type=true; cqVideoListData.type=true;
cqVideoListData.project_abbreviation = '项目监控' cqVideoListData.project_abbreviation = '项目监控'
dgVideoListData.id=1; //dgVideoListData.id=2;
dgVideoListData.type=true; //dgVideoListData.type=true;
dgVideoListData.project_abbreviation = '吊钩监控' //dgVideoListData.project_abbreviation = ''
aiVideoListData.id=1; //aiVideoListData.id=3;
aiVideoListData.type=true; //aiVideoListData.type=true;
aiVideoListData.project_abbreviation = 'AI视频' //aiVideoListData.project_abbreviation = 'AI'
this.$api.video.listView(this.dept?.id||0,this.projectInfo?.projectId||0).then((response) => { this.$api.video.listView(this.dept?.id||0,this.projectInfo?.projectId||0).then((response) => {
cqVideoListData.videoList = response.data; cqVideoListData.videoList = response.data;
videoListData.push(cqVideoListData); videoListData.push(cqVideoListData);
videoListData.push(dgVideoListData); //videoListData.push(dgVideoListData);
videoListData.push(aiVideoListData); //videoListData.push(aiVideoListData);
this.videoListData = videoListData; this.videoListData = videoListData;
this.cqNum=response.data.length; this.cqNum=response.data.length;
let offNum=0; let offNum=0;
@ -1475,7 +1475,8 @@ export default {
this.updatePassageState(this.videoPassageList[3].id); this.updatePassageState(this.videoPassageList[3].id);
}, },
updatePassageState(id) { updatePassageState(id) {
this.$api.video.editPassageState(id,this.videoDvrNumber,"2"); //
//this.$api.video.editPassageState(id,this.videoDvrNumber,"2");
}, },
}, },