Browse Source

提交一下

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

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

@@ -312,11 +312,11 @@
             </el-option>
           </el-select>
         </el-form-item>
-        <el-form-item label prop="isClass">
+        <!-- <el-form-item label prop="isClass">
           <el-checkbox v-model.trim="topFrom.isClass" :disabled="basdisabled"
             >课堂课乐团</el-checkbox
           >
-        </el-form-item>
+        </el-form-item> -->
         <br />
         <el-form-item label="" v-if="teamStatus == 'teamDraft'">
           <p style="color: red; padding-left: 50px">
@@ -517,7 +517,7 @@ export default {
       if (this.teamid) {
         let loadash = this.$helpers.lodash;
         let sotrage = JSON.parse(localStorage.getItem(`${this.teamid}base`));
-        console.log(sotrage,this.topFrom)
+        // console.log(sotrage,this.topFrom)
         if (!loadash.isEqual(this.topFrom, sotrage) && sotrage) {
           // 提示保存
           return await this.$confirm("已修改当前页面数据是否保存", "提示", {