Browse Source

课程团可以转会员团 会员团无法转其他团

1
mo 3 năm trước cách đây
mục cha
commit
435cb473a7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/teamBuild/components/teamBaseInfo.vue

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

@@ -1199,11 +1199,11 @@ export default {
     },
       checkCourseView(val){
       if(this.teamStatus == "newTeam" || this.teamStatus == "teamDraft"){
-
         return false
       }else{
         if(this.topFrom.courseViewType == 0 || this.topFrom.courseViewType== 1){
-          return val == 2
+          // val ==2
+          return false
         }else{
           return val == 0 || val==1
         }