diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index d04d13ea..55d75108 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -407,7 +407,7 @@ export default { // 查询信息 course: { orderField: "studys", - keywrod:'',//关键词 + keyword:'',//关键词 topOrder: true, orderAsc: false, pageIndex: 1, // 第几页 @@ -507,6 +507,7 @@ export default { if(tag.type==0){ this.keyword=''; } + this.searchData(); }, handleTypeAllClick(t){ if(t==1){ @@ -789,6 +790,7 @@ export default { this.course.sysType1 = ""; this.course.sysType2 = ""; this.course.sysType3 = ""; + this.course.keyword=this.keyword; this.stagList.forEach(item=>{ if(item.checked){