Selaa lähdekoodia

Update teamBaseInfo.vue

lex 1 vuosi sitten
vanhempi
commit
319323f5e0
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/teamBuild/components/teamBaseInfo.vue

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

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