소스 검색

提交深部更改

1
mo 4 년 전
부모
커밋
a8aa3faa3b
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 6
      src/views/teamBuild/components/soundSetComponents/soundSetCore.vue
  2. 0 2
      src/views/teamBuild/components/teamBaseInfo.vue

+ 0 - 6
src/views/teamBuild/components/soundSetComponents/soundSetCore.vue

@@ -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 {

+ 0 - 2
src/views/teamBuild/components/teamBaseInfo.vue

@@ -514,9 +514,7 @@ export default {
 
   methods: {
     setStore(){
-         console.log('存储信息',this.teamid)
        if (this.teamid) {
-
       localStorage.setItem(
         `${this.teamid}base`,
         JSON.stringify(this.topFrom)