From 9ae159d0474a00a80561ea29b831814f728ef324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BE=9D=E6=A2=A6?= <15822465730@163.com> Date: Fri, 12 Dec 2025 10:09:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E7=AB=AF1=E6=9C=9F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SimpleMessageBox/index.vue | 2 +- src/views/course/CourseManage.vue | 18 +++++++++++++----- src/views/course/TeacherList.vue | 3 ++- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/components/SimpleMessageBox/index.vue b/src/components/SimpleMessageBox/index.vue index b33871ba..343113f0 100644 --- a/src/components/SimpleMessageBox/index.vue +++ b/src/components/SimpleMessageBox/index.vue @@ -1,6 +1,6 @@ - + + @@ -72,7 +75,7 @@ -
@@ -250,7 +253,7 @@ width="50%" :append-to-body="true"> -
@@ -316,7 +319,7 @@ :append-to-body="true"> -
@@ -577,6 +580,7 @@ export default { name: "", status: "", }; + this.queryResourceStudyPeopleList() }, resetExamCommonResourceQuery() { @@ -587,6 +591,7 @@ export default { name: "", status: "", }; + this.queryExamStudyPeopleList() }, handleShowResourdeDetailList(row) { @@ -758,6 +763,7 @@ export default { }, resetResourseList() { this.recourseListQuery.contentName = ""; + this.getResourseList() }, resetStudyRecords() { this.learningRecords.name = ""; @@ -765,6 +771,7 @@ export default { this.studyDateTime = []; this.learningRecords.queryStartTime = ""; this.learningRecords.queryFinishTime = ""; + this.getStudyRecords() }, resetSignupList() { @@ -772,6 +779,7 @@ export default { name: "", signType: "", }; + this.getSignupList() }, resOwnerName(code) { if (code == "") { diff --git a/src/views/course/TeacherList.vue b/src/views/course/TeacherList.vue index 5a2742d3..d051b2e7 100644 --- a/src/views/course/TeacherList.vue +++ b/src/views/course/TeacherList.vue @@ -33,6 +33,7 @@
+ @@ -467,7 +468,7 @@ export default { this.params.status = ""; this.params.enabled = ""; this.params.pageIndex = 1; - // this.getList(); + this.getNewList(); this.isSearh = false; }, toExamine(row) {