浏览代码

Merge branch '03/03GRADE'

lex-xin 3 年之前
父节点
当前提交
747b3ec78a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/teamDetail/components/studentList.vue

+ 1 - 1
src/views/teamDetail/components/studentList.vue

@@ -1300,7 +1300,7 @@ export default {
           this.soundList = res.data;
         }
       });
-      // this.getMusicClass()
+      this.getMusicClass() // 修改问题
       // 获取乐团基本信息
       getMusicGroup({ musicGroupId: this.teamid }).then(
         (res) => (this.baseInfo = res.data)