mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
课程ES公开课查询问题
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
// 分类
|
||||
|
||||
Reference in New Issue
Block a user