瀏覽代碼

乐团修改

wolyshaw 4 年之前
父節點
當前提交
59cdde129d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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");