提交代码
parent
16203203d9
commit
287fe245c8
|
@ -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");
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue