Compare commits
No commits in common. "5ea5ce79402150a76dad28b7ea92a3be2275d1bc" and "79606eaf12afa22f0afb3e734b5d5665d469a70b" have entirely different histories.
5ea5ce7940
...
79606eaf12
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue