Compare commits

..

No commits in common. "10f8a30a26b7cc5477ea4563767fcaf04c81968f" and "eabdbefab0d22109128233a716aa3f324294b047" have entirely different histories.

1 changed files with 9 additions and 10 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=2; dgVideoListData.id=1;
//dgVideoListData.type=true; dgVideoListData.type=true;
//dgVideoListData.project_abbreviation = '' dgVideoListData.project_abbreviation = '吊钩监控'
//aiVideoListData.id=3; aiVideoListData.id=1;
//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,8 +1475,7 @@ 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");
}, },
}, },