diff --git a/src/components/Study/manager.vue b/src/components/Study/manager.vue
index 9d941cd1..63ba62bb 100644
--- a/src/components/Study/manager.vue
+++ b/src/components/Study/manager.vue
@@ -95,9 +95,9 @@
-
-
+
+
@@ -290,7 +290,7 @@
- 搜索
+ 搜索
导出全部作业
@@ -347,6 +347,10 @@ export default {
manageStudyData: {
type: Object,
default: () => ({})
+ },
+ isShowDialog:{
+ type: Boolean,
+ default: false
}
},
data() {
@@ -417,6 +421,21 @@ export default {
this.getDetail();
}
}
+ },
+ 'study.catalogueShow'(val){
+ if(!val){
+ this.learningSituation.status = null
+ this.learningSituation.name = ''
+ }
+ },
+ isShowDialog(val){
+ if(!val){
+ this.signup.status = null
+ this.signup.name = ''
+ this.learningRecords.status = null
+ this.learningRecords.name = ''
+ this.value = ''
+ }
}
},
mounted() {
@@ -488,6 +507,10 @@ export default {
}
});
},
+ studyContentRecordsSearch(){
+ this.learningSituation.pageIndex = 1;
+ this.studyContentRecords()
+ },
// 资源里的学习详情
studyContentRecords() {
let params = {
@@ -780,7 +803,7 @@ export default {
if(type==61){
this.typePress = true
}else{
- this.typePress = false
+ this.typePress = true
}
if(type == 60){
this.isHomeWork = true