|  | @@ -768,13 +768,14 @@ export default {
 | 
	
		
			
				|  |  |        this.$store.dispatch("draftIndex", 0);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      this.teamStatus = this.$route.query.type;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +    console.log(this.$route.query.type,'teamStatus')
 | 
	
		
			
				|  |  |      if (
 | 
	
		
			
				|  |  |        this.teamStatus == "look" ||
 | 
	
		
			
				|  |  |        this.teamStatus == "teamAudit" ||
 | 
	
		
			
				|  |  |        this.teamStatus == "feeAudit" ||
 | 
	
		
			
				|  |  |        this.teamStatus == "APPLY" ||
 | 
	
		
			
				|  |  | -      this.teamStatus == "PAY"
 | 
	
		
			
				|  |  | +      this.teamStatus == "PAY" ||
 | 
	
		
			
				|  |  | +      this.teamStatus == 'FEE_AUDIT_FAILED'
 | 
	
		
			
				|  |  |      ) {
 | 
	
		
			
				|  |  |        this.basdisabled = true;
 | 
	
		
			
				|  |  |      } else {
 | 
	
	
		
			
				|  | @@ -897,7 +898,8 @@ export default {
 | 
	
		
			
				|  |  |          this.teamStatus == "look" ||
 | 
	
		
			
				|  |  |          this.teamStatus == "teamAudit" ||
 | 
	
		
			
				|  |  |          this.teamStatus == "feeAudit" ||
 | 
	
		
			
				|  |  | -        this.teamStatus == "teamCanceled"
 | 
	
		
			
				|  |  | +        this.teamStatus == "teamCanceled"||
 | 
	
		
			
				|  |  | +        this.teamStatus == 'FEE_AUDIT_FAILED'
 | 
	
		
			
				|  |  |        ) {
 | 
	
		
			
				|  |  |          this.basdisabled = true;
 | 
	
		
			
				|  |  |        } else {
 |