From fc75ca59c042dd6c1676143d43e6a97108cfec7a Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 11 Oct 2022 12:20:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8BES=E5=85=AC=E5=BC=80=E8=AF=BE?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index ecf1a2ef..06640b9d 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -454,7 +454,6 @@ export default { jumOpen(){ //公开课 openCourse=1 this.course.openCourse=1;// - this.searchTags.push({id:'openCourse',name:'公开课'}) this.searchData(); }, emitInput(val) { @@ -561,11 +560,6 @@ export default { this.categorySub = ""; } - if (i === "openCourse") { - this.course.openCourse = 0; - } - - this.searchTags.splice(index, 1); if(i === 'type') { this.category = null; @@ -580,10 +574,9 @@ export default { if (i === "sysType3") { this.types.subTow = null; } - - this.searchData(); } } + this.searchData(); }, // 分类