|
@@ -629,7 +629,8 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
isNotEditing: function() {
|
|
isNotEditing: function() {
|
|
- return !(this.teamStatus ==='resetTeam' || this.teamStatus === 'teamDraft' || this.teamStatus === 'teamAudit')
|
|
|
|
|
|
+ console.log(this.teamStatus)
|
|
|
|
+ return !(this.teamStatus ==='resetTeam' || this.teamStatus === 'teamDraft' || this.teamStatus === 'teamAudit' || this.teamStatus === 'newTeam')
|
|
},
|
|
},
|
|
changeFeeType (val) {
|
|
changeFeeType (val) {
|
|
console.log(val == "ONLINE")
|
|
console.log(val == "ONLINE")
|