|
@@ -123,15 +123,6 @@ export default {
|
|
pagination
|
|
pagination
|
|
},
|
|
},
|
|
mounted () {
|
|
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.teamid = this.$route.query.id;
|
|
this.getList();
|
|
this.getList();
|
|
getAllClass({ musicGroupId: this.teamid }).then(res => {
|
|
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: {
|
|
methods: {
|
|
search () {
|
|
search () {
|
|
this.rules.page = 1;
|
|
this.rules.page = 1;
|