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(); }, // 分类