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;

Някои файлове не бяха показани, защото твърде много файлове са промени