mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
课程搜索关键词未启作用的问题和删除条件未重新查询的问题
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user