视频优化

This commit is contained in:
zhanglipeng
2021-09-26 14:35:35 +08:00
parent 044d6079d4
commit 81006848f6

View File

@ -264,7 +264,7 @@ export default {
// this.queryParams.type = ancestors; // this.queryParams.type = ancestors;
// } // }
this.queryParams.type = [this.type, this.ancestors].join(','); this.queryParams.type = [this.type, this.ancestors].join(',');
console.log(this.queryParams.type); //console.log(this.queryParams.type);
this.queryParams.pageNum = 1; this.queryParams.pageNum = 1;
this.getList(); this.getList();
}, },