|
@@ -219,11 +219,8 @@ export default {
|
|
|
this.chioseActiveSound = activeSound;
|
|
|
this.activeSound = activeSound;
|
|
|
this.changeActiveSound(activeSound.join(","));
|
|
|
- console.log(this.activeSoundList)
|
|
|
- console.log('sotrage')
|
|
|
} else {
|
|
|
if (this.teamStatus == "newTeam") {
|
|
|
- console.log('新舰团')
|
|
|
this.getDefaultSubject()
|
|
|
} else {
|
|
|
this.teamid = this.$route.query.id;
|
|
@@ -283,7 +280,6 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
}else{
|
|
|
- console.log('没有声部')
|
|
|
this.getDefaultSubject()
|
|
|
}
|
|
|
|
|
@@ -379,7 +375,6 @@ export default {
|
|
|
return obj;
|
|
|
},
|
|
|
changeActiveSound(val) {
|
|
|
- console.log(this.topfor)
|
|
|
// 写入声部商品和辅件
|
|
|
getSubjectGoods({
|
|
|
subjectIds: val,
|
|
@@ -533,7 +528,6 @@ export default {
|
|
|
if (this.teamStatus == "newTeam") {
|
|
|
} else {
|
|
|
obj.musicGroupId = this.teamid;
|
|
|
- console.log(obj, type);
|
|
|
if (type) {
|
|
|
obj.musicGroupStatus = "AUDIT";
|
|
|
} else {
|