ソースを参照

修改基本信息

wolyshaw 4 年 前
コミット
0de0ee06cb
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/views/teamBuild/components/teamBaseInfo.vue

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

@@ -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")