Browse Source

乐团修改

wolyshaw 4 năm trước cách đây
mục cha
commit
59cdde129d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/teamBuild/components/teamBaseInfo.vue

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

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