Compare commits

...

2 Commits

Author SHA1 Message Date
姜玉琦 5ea5ce7940 Merge branch 'dev' of http://62.234.3.186:3000/sxyanzhu/jhbigscreen into dev 2023-10-26 10:25:31 +08:00
姜玉琦 819b9c844a 提交 2023-10-26 10:25:19 +08:00
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?.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);