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) {