|
@@ -984,7 +984,7 @@ export default {
|
|
|
this.isSearch = true;
|
|
|
this.className = "";
|
|
|
this.isTemporary = true;
|
|
|
- this.activeType = "SPAN";
|
|
|
+ this.activeType = "SNAP";
|
|
|
this.activeChioseSound = null;
|
|
|
this.setType("SNAP");
|
|
|
this.getNoClassStudent("SNAP");
|
|
@@ -1018,7 +1018,7 @@ export default {
|
|
|
console.log(this.activeChioseSound);
|
|
|
// 搜索学生
|
|
|
// 根据声部id 乐团id搜索学生
|
|
|
- if (this.activeType == "SPAN") {
|
|
|
+ if (this.activeType == "SNAP") {
|
|
|
teamSoundStudent({
|
|
|
musicGroupId: this.teamid,
|
|
|
actualSubjectId: this.activeChioseSound,
|