prv
parent
f001a76a55
commit
819b9c844a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue