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