|  | @@ -853,7 +853,7 @@ export default {
 | 
											
												
													
														|  |      if (this.teamStatus == "PROGRESS" || this.teamStatus == "PAUSE") {
 |  |      if (this.teamStatus == "PROGRESS" || this.teamStatus == "PAUSE") {
 | 
											
												
													
														|  |        this.cooperDisabled = true;
 |  |        this.cooperDisabled = true;
 | 
											
												
													
														|  |      } else {
 |  |      } else {
 | 
											
												
													
														|  | -      this.cooperDisabled = true;
 |  | 
 | 
											
												
													
														|  | 
 |  | +      this.cooperDisabled = false;
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    deactivated() {},
 |  |    deactivated() {},
 | 
											
										
											
												
													
														|  | @@ -994,7 +994,7 @@ export default {
 | 
											
												
													
														|  |        if (this.teamStatus == "PROGRESS" || this.teamStatus == "PAUSE") {
 |  |        if (this.teamStatus == "PROGRESS" || this.teamStatus == "PAUSE") {
 | 
											
												
													
														|  |          this.cooperDisabled = true;
 |  |          this.cooperDisabled = true;
 | 
											
												
													
														|  |        } else {
 |  |        } else {
 | 
											
												
													
														|  | -        this.cooperDisabled = true;
 |  | 
 | 
											
												
													
														|  | 
 |  | +        this.cooperDisabled = false;
 | 
											
												
													
														|  |        }
 |  |        }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |        if (this.$route.query.id) {
 |  |        if (this.$route.query.id) {
 |