Compare commits

..

No commits in common. "5ea5ce79402150a76dad28b7ea92a3be2275d1bc" and "79606eaf12afa22f0afb3e734b5d5665d469a70b" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1390,7 +1390,7 @@ export default {
//aiVideoListData.type=true;
//aiVideoListData.project_abbreviation = 'AI'
this.$api.video.listView(this.dept?.id||0,this.projectInfo?.id||0).then((response) => {
this.$api.video.listView(this.dept?.id||0,this.projectInfo?.projectId||0).then((response) => {
cqVideoListData.videoList = response.data;
videoListData.push(cqVideoListData);
//videoListData.push(dgVideoListData);