|
@@ -805,7 +805,11 @@ export default {
|
|
|
getMusicGroupAllClass({ musicGroupId: this.teamid }).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
this.classList = res.data;
|
|
|
- res.data.forEach(item => {
|
|
|
+ this.signList = [];
|
|
|
+ this.mixList = [];
|
|
|
+ this.highList = [];
|
|
|
+ this.snapList = [];
|
|
|
+ this.classList.forEach(item => {
|
|
|
if (item.type == 'NORMAL') {
|
|
|
this.signList.push(item);
|
|
|
} else if (item.type == 'MIX') {
|