diff --git a/ruoyi-ui/src/views/benyi_train/video_study/index.vue b/ruoyi-ui/src/views/benyi_train/video_study/index.vue index 3244269fa..3df5f73e9 100644 --- a/ruoyi-ui/src/views/benyi_train/video_study/index.vue +++ b/ruoyi-ui/src/views/benyi_train/video_study/index.vue @@ -264,7 +264,7 @@ export default { // this.queryParams.type = ancestors; // } this.queryParams.type = [this.type, this.ancestors].join(','); - console.log(this.queryParams.type); + //console.log(this.queryParams.type); this.queryParams.pageNum = 1; this.getList(); },