课程ES公开课查询问题

This commit is contained in:
daihh
2022-10-11 12:20:08 +08:00
parent 1e42d5f1a8
commit fc75ca59c0

View File

@@ -454,7 +454,6 @@ export default {
jumOpen(){ jumOpen(){
//公开课 openCourse=1 //公开课 openCourse=1
this.course.openCourse=1;// this.course.openCourse=1;//
this.searchTags.push({id:'openCourse',name:'公开课'})
this.searchData(); this.searchData();
}, },
emitInput(val) { emitInput(val) {
@@ -561,11 +560,6 @@ export default {
this.categorySub = ""; this.categorySub = "";
} }
if (i === "openCourse") {
this.course.openCourse = 0;
}
this.searchTags.splice(index, 1); this.searchTags.splice(index, 1);
if(i === 'type') { if(i === 'type') {
this.category = null; this.category = null;
@@ -580,10 +574,9 @@ export default {
if (i === "sysType3") { if (i === "sysType3") {
this.types.subTow = null; this.types.subTow = null;
} }
this.searchData();
} }
} }
this.searchData();
}, },
// 分类 // 分类