From 54435b91d1fc143a662c3cda2d12065e70ad1feb Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 27 Sep 2024 20:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Study/manager.vue | 31 +++++++++++++++++++++++++++---- src/views/course/ManageList.vue | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) 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 diff --git a/src/views/course/ManageList.vue b/src/views/course/ManageList.vue index 3a9399be..2b019e64 100644 --- a/src/views/course/ManageList.vue +++ b/src/views/course/ManageList.vue @@ -196,7 +196,7 @@ - +