mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 16:26:43 +08:00
修改学习人员搜索问题
This commit is contained in:
@@ -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,8 +409,13 @@ export default {
|
||||
this.getDetail();
|
||||
}
|
||||
}
|
||||
},
|
||||
'study.catalogueShow'(val){
|
||||
if(!val){
|
||||
this.learningSituation.status = null
|
||||
}
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.getSignupList();
|
||||
this.getResOwnerTree().then(rs=>{
|
||||
@@ -480,6 +485,10 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
studyContentRecordsSearch(){
|
||||
this.learningSituation.pageIndex = 1;
|
||||
this.studyContentRecords()
|
||||
},
|
||||
// 资源里的学习详情
|
||||
studyContentRecords() {
|
||||
let params = {
|
||||
|
||||
Reference in New Issue
Block a user