修改学习人员搜索问题

This commit is contained in:
zhangsir
2024-07-30 14:20:47 +08:00
parent bd2fef7a18
commit e699ae9e54

View File

@@ -290,7 +290,7 @@
</el-select>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="studyContentRecords">搜索</el-button>
<el-button type="primary" @click="studyContentRecordsSearch">搜索</el-button>
</el-form-item>
</el-form>
<el-table max-height="500" border :data="learningSituation.list" style="width: 100%">
@@ -409,7 +409,12 @@ export default {
this.getDetail();
}
}
}
},
'study.catalogueShow'(val){
if(!val){
this.learningSituation.status = null
}
},
},
mounted() {
this.getSignupList();
@@ -480,6 +485,10 @@ export default {
}
});
},
studyContentRecordsSearch(){
this.learningSituation.pageIndex = 1;
this.studyContentRecords()
},
// 资源里的学习详情
studyContentRecords() {
let params = {