+
-
+
{{scope.row.contentName}}
@@ -661,6 +662,11 @@ export default {
mounted() {
this.getCourseDetailCrowds();
this.getSignupList();
+
+ this.getStudyRecords();
+ this.recourseListQuery.courseId = this.courseDetail.id;
+ this.getResourseList();
+
this.getResOwnerTree().then((rs) => {
this.resOwnerListMap = rs;
});
@@ -1289,19 +1295,20 @@ export default {
this.study.pageIndex = val;
this.getSignupList();
},
- handleTabClick(tab) {
- if (tab.name === "second") {
- this.getSignupList();
- } else if (tab.name === "third") {
- this.getStudyRecords();
- } else {
- // 资源
- this.recourseListQuery.courseId = this.courseDetail.id;
- this.getResourseList();
- }
+ // handleTabClick(tab) {
+ // if (tab.name === "second") {
+ // this.getSignupList();
+ // } else if (tab.name === "third") {
+ // this.getStudyRecords();
+ // } else {
+ // // 资源
+ // this.getStudyRecords();
+ // this.recourseListQuery.courseId = this.courseDetail.id;
+ // this.getResourseList();
+ // }
- this.tabName = tab.name;
- },
+ // // this.tabName = tab.name;
+ // },
showStudyDetails(row) {
this.studyDetailQuery.courseId = row.courseId;
this.studyDetailQuery.aid = row.aid;