From 819b9c844a5cb24a5fcfa1a73aa2ba88cdaf93ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Thu, 26 Oct 2023 10:25:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/projectVideo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);