Browse Source

09/21

111
mo 4 years ago
parent
commit
53427cd5d2

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-faed1334.0fbeb784.js


+ 4 - 4
src/views/teamBuild/teamSeting/components/setImprovement.vue

@@ -106,9 +106,9 @@
                 <el-button type="text"
                            slot="reference">删除</el-button>
               </el-popover>
-              <el-button type="text"
+              <!-- <el-button type="text"
                          v-permission="'classGroupStudent/adjustClassGroup'"
-                         @click="resetClass(scope.row)">调整班级</el-button>
+                         @click="resetClass(scope.row)">调整班级</el-button> -->
             </div>
           </template>
         </el-table-column>
@@ -230,6 +230,7 @@ export default {
       })
     },
     lookDeatil (row) {
+      console.log(row)
       this.lookDeatilVisible = true;
       this.activeClass = row.id;
       getClassAllStudent({ classGroupId: this.activeClass }).then(res => {
@@ -281,8 +282,7 @@ export default {
           getClassAllStudent({ classGroupId: this.activeClass }).then(res => {
             if (res.code == 200) {
               this.classList = res.data;
-              this.getList();
-              this.lookDeatil()
+              this.getList()
             }
           })
         }

Some files were not shown because too many files changed in this diff