|
@@ -945,18 +945,20 @@ export default {
|
|
});
|
|
});
|
|
}
|
|
}
|
|
});
|
|
});
|
|
- if (this.activeType == "HIGH" || this.activeType == "HIGH_ONLINE") {
|
|
|
|
- this.getNoClassStudent(row.type, row.memo);
|
|
|
|
- let arr = row.memo.split(",");
|
|
|
|
- console.log(arr);
|
|
|
|
- this.activeSoundList = this.soundList.filter((sound) => {
|
|
|
|
- return arr.indexOf(sound.id + "") != -1;
|
|
|
|
- });
|
|
|
|
- } else {
|
|
|
|
- this.activeSoundList = this.soundList;
|
|
|
|
- this.getNoClassStudent(row.type);
|
|
|
|
- console.log(this.activeSoundList);
|
|
|
|
- }
|
|
|
|
|
|
+ this.activeSoundList = this.soundList;
|
|
|
|
+ this.getNoClassStudent(row.type);// 基础技能班能获取所有
|
|
|
|
+ // if (this.activeType == "HIGH" || this.activeType == "HIGH_ONLINE") {
|
|
|
|
+ // this.getNoClassStudent(row.type, row.memo);
|
|
|
|
+ // let arr = row.memo.split(",");
|
|
|
|
+ // console.log(arr);
|
|
|
|
+ // this.activeSoundList = this.soundList.filter((sound) => {
|
|
|
|
+ // return arr.indexOf(sound.id + "") != -1;
|
|
|
|
+ // });
|
|
|
|
+ // } else {
|
|
|
|
+ // this.activeSoundList = this.soundList;
|
|
|
|
+ // this.getNoClassStudent(row.type);
|
|
|
|
+ // console.log(this.activeSoundList);
|
|
|
|
+ // }
|
|
},
|
|
},
|
|
// 班级调整
|
|
// 班级调整
|
|
classAdjustment(row) {
|
|
classAdjustment(row) {
|