|  | @@ -156,7 +156,7 @@
 | 
	
		
			
				|  |  |                    v-if="
 | 
	
		
			
				|  |  |                      scope.row.auditStatus != 'REJECT' &&
 | 
	
		
			
				|  |  |                      scope.row.auditStatus != 'AUDITING' &&
 | 
	
		
			
				|  |  | -                     scope.row.auditStatus != 'DRAFT' &&
 | 
	
		
			
				|  |  | +                    scope.row.auditStatus != 'DRAFT' &&
 | 
	
		
			
				|  |  |                      teamStatus &&
 | 
	
		
			
				|  |  |                      scope.row.paymentType != 'MUSIC_APPLY' &&
 | 
	
		
			
				|  |  |                      scope.row.paymentType != 'ADD_STUDENT' &&
 | 
	
	
		
			
				|  | @@ -620,11 +620,13 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      teamStatus() {
 | 
	
		
			
				|  |  |        // let type = this.$route.query.type;
 | 
	
		
			
				|  |  | -      return this.team_status == "PRE_BUILD_FEE" || this.team_status == "PROGRESS";
 | 
	
		
			
				|  |  | +      return (
 | 
	
		
			
				|  |  | +        this.team_status == "PRE_BUILD_FEE" || this.team_status == "PROGRESS"
 | 
	
		
			
				|  |  | +      );
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    team_status() {
 | 
	
		
			
				|  |  | +      return this.$route.query.team_status;
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | -    team_status(){
 | 
	
		
			
				|  |  | -      return this.$route.query.team_status
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    // activated () {
 | 
	
		
			
				|  |  |    //   this.init();
 | 
	
	
		
			
				|  | @@ -637,16 +639,18 @@ export default {
 | 
	
		
			
				|  |  |            musicGroupId: this.$route.query.id,
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |        } catch (error) {}
 | 
	
		
			
				|  |  | -      this.getTeamInfo()
 | 
	
		
			
				|  |  | +      this.getTeamInfo();
 | 
	
		
			
				|  |  |        this.getList();
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      getTeamInfo() {
 | 
	
		
			
				|  |  | -      getTeamBaseInfo({ musicGroupId: this.$route.query.id }).then((res) => {
 | 
	
		
			
				|  |  | -        if (res.code == 200) {
 | 
	
		
			
				|  |  | -          this.baseInfo = res.data;
 | 
	
		
			
				|  |  | -          this.$emit("getBaseInfo",this.baseInfo);
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | -      });
 | 
	
		
			
				|  |  | +      if (this.$route.query.id) {
 | 
	
		
			
				|  |  | +        getTeamBaseInfo({ musicGroupId: this.$route.query.id }).then((res) => {
 | 
	
		
			
				|  |  | +          if (res.code == 200) {
 | 
	
		
			
				|  |  | +            this.baseInfo = res.data;
 | 
	
		
			
				|  |  | +            this.$emit("getBaseInfo", this.baseInfo);
 | 
	
		
			
				|  |  | +          }
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      newUserPay() {
 | 
	
		
			
				|  |  |        // 判断一下乐团是课程缴费 还是会员缴费 且乐团状态为创建缴费中
 | 
	
	
		
			
				|  | @@ -742,7 +746,7 @@ export default {
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |          this.$message.success("取消审批成功");
 | 
	
		
			
				|  |  |          this.getList();
 | 
	
		
			
				|  |  | -        this.getTeamInfo()
 | 
	
		
			
				|  |  | +        this.getTeamInfo();
 | 
	
		
			
				|  |  |        } catch {}
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      changeActive(val) {
 | 
	
	
		
			
				|  | @@ -866,7 +870,7 @@ export default {
 | 
	
		
			
				|  |  |          if (res.code == 200) {
 | 
	
		
			
				|  |  |            this.$message.success("修改成功");
 | 
	
		
			
				|  |  |            this.payVisible = false;
 | 
	
		
			
				|  |  | -          this.getTeamInfo()
 | 
	
		
			
				|  |  | +          this.getTeamInfo();
 | 
	
		
			
				|  |  |            this.getList();
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        });
 | 
	
	
		
			
				|  | @@ -917,7 +921,7 @@ export default {
 | 
	
		
			
				|  |  |      async payedSubmited(data) {
 | 
	
		
			
				|  |  |        try {
 | 
	
		
			
				|  |  |          await this.getList();
 | 
	
		
			
				|  |  | -        this.getTeamInfo()
 | 
	
		
			
				|  |  | +        this.getTeamInfo();
 | 
	
		
			
				|  |  |          // if (!this.isNewGropu) {
 | 
	
		
			
				|  |  |          //   this.chioseStudentVisible = true;
 | 
	
		
			
				|  |  |          //   if (data) {
 |