Compare commits
No commits in common. "10f8a30a26b7cc5477ea4563767fcaf04c81968f" and "eabdbefab0d22109128233a716aa3f324294b047" have entirely different histories.
10f8a30a26
...
eabdbefab0
|
@ -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");
|
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue