Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyun into bjxz-dev
This commit is contained in:
commit
c2a906df01
@ -1516,6 +1516,10 @@ export default {
|
|||||||
(res) => {
|
(res) => {
|
||||||
console.log("获取视频分组列表", res);
|
console.log("获取视频分组列表", res);
|
||||||
this.videoTreeData = res.result;
|
this.videoTreeData = res.result;
|
||||||
|
if (this.videoTreeData.length > 0) {
|
||||||
|
this.currentGroupInfo = this.videoTreeData[0];
|
||||||
|
this.getProjectVideoConfigList();
|
||||||
|
}
|
||||||
this.getProjectVideoConfigList();
|
this.getProjectVideoConfigList();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
@ -1990,7 +1994,7 @@ export default {
|
|||||||
// if (this.activeGroupIndex !== '') {
|
// if (this.activeGroupIndex !== '') {
|
||||||
// id = this.groupList[parseInt(this.activeGroupIndex)].id
|
// id = this.groupList[parseInt(this.activeGroupIndex)].id
|
||||||
// }
|
// }
|
||||||
// console.log(id,77777777)
|
console.log(this.currentGroupInfo,77777777)
|
||||||
let id = this.currentGroupInfo.id;
|
let id = this.currentGroupInfo.id;
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
if (this.videoType === 1) {
|
if (this.videoType === 1) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user