mo 3 лет назад
Родитель
Сommit
8e5390bf0a

+ 1 - 1
src/views/teamBuild/teamSeting/components/setImprovement.vue

@@ -245,7 +245,7 @@ export default {
     addstudentBtn (row) {
       this.activeClass = row.id;
       let type = row.type;
-      getMusicGroupStuNoClassType({ musicGroupId: this.teamid, type, classGroupId:row.id}).then(res => {
+      getMusicGroupStuNoClassType({ musicGroupId: this.teamid, type}).then(res => {
         if (res.code == 200) {
           this.studentList = res.data;
           this.addStudentVisible = true;

+ 2 - 2
src/views/teamDetail/components/resetClass.vue

@@ -1305,7 +1305,7 @@ export default {
         }
       });
       this.activeSoundList = this.soundList;
-      this.getNoClassStudent(row.type,'',row.id); // 基础技能班能获取所有
+      this.getNoClassStudent(row.type); // 基础技能班能获取所有
       // if (this.activeType == "HIGH" || this.activeType == "HIGH_ONLINE") {
       //   this.getNoClassStudent(row.type, row.memo);
       //   let arr = row.memo.split(",");
@@ -1380,7 +1380,7 @@ export default {
               this.activeListStudent = res.data;
             }
           });
-          this.getNoClassStudent(this.activeType, null, this.activeClass);
+          this.getNoClassStudent(this.activeType);
           // getNoClassStudentAll({ musicGroupId: this.teamid }).then(res => {
           //   if (res.code == 200) {
           //     this.$message.success('删除成功');