From 81006848f62e9c0162cf9d61f60a56793d6573de Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Sun, 26 Sep 2021 14:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi_train/video_study/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); },