mo 4 년 전
부모
커밋
b6c6e2f2e0
3개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-0036a7d1.b42aea4f.js
  3. 9 9
      src/views/teamDetail/components/teacherList.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-0036a7d1.b42aea4f.js


+ 9 - 9
src/views/teamDetail/components/teacherList.vue

@@ -123,15 +123,6 @@ export default {
     pagination
   },
   mounted () {
-    // this.teamid = this.$route.query.id;
-    // this.getList();
-    // getAllClass({ musicGroupId: this.teamid }).then(res => {
-    //   if (res.code == 200) {
-    //     this.mixCourseList = res.data;
-    //   }
-    // })
-  },
-  activated () {
     this.teamid = this.$route.query.id;
     this.getList();
     getAllClass({ musicGroupId: this.teamid }).then(res => {
@@ -140,6 +131,15 @@ export default {
       }
     })
   },
+  activated () {
+    // this.teamid = this.$route.query.id;
+    // this.getList();
+    // getAllClass({ musicGroupId: this.teamid }).then(res => {
+    //   if (res.code == 200) {
+    //     this.mixCourseList = res.data;
+    //   }
+    // })
+  },
   methods: {
     search () {
       this.rules.page = 1;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.