|
@@ -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;
|