Przeglądaj źródła

Update teamBaseInfo.vue

lex 1 rok temu
rodzic
commit
3a1a902fe0
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      src/views/teamBuild/components/teamBaseInfo.vue

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

@@ -816,6 +816,7 @@ export default {
       this.onReset();
     }
 
+    console.log("12121212");
     this.init();
   },
   activated() {
@@ -850,7 +851,7 @@ export default {
     } else {
       this.basdisabled = false;
     }
-    if (this.teamStatus == "PROGRESS" || this.teamStatus == "PAUSE") {
+    if (this.team_status == "PROGRESS" || this.team_status == "PAUSE") {
       this.cooperDisabled = true;
     } else {
       this.cooperDisabled = false;
@@ -991,7 +992,7 @@ export default {
         this.basdisabled = false;
       }
 
-      if (this.teamStatus == "PROGRESS" || this.teamStatus == "PAUSE") {
+      if (this.team_status == "PROGRESS" || this.team_status == "PAUSE") {
         this.cooperDisabled = true;
       } else {
         this.cooperDisabled = false;