提交代码

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.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");
},
},