diff --git a/src/pages/projectVideo.vue b/src/pages/projectVideo.vue index f8c24ac..b072ed2 100644 --- a/src/pages/projectVideo.vue +++ b/src/pages/projectVideo.vue @@ -1390,7 +1390,7 @@ export default { //aiVideoListData.type=true; //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?.id||0).then((response) => { cqVideoListData.videoList = response.data; videoListData.push(cqVideoListData); //videoListData.push(dgVideoListData);