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;

部分文件因为文件数量过多而无法显示