|
@@ -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('删除成功');
|