소스 검색

09/21

111
mo 4 년 전
부모
커밋
53427cd5d2
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-faed1334.0fbeb784.js
  3. 4 4
      src/views/teamBuild/teamSeting/components/setImprovement.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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()
             }
           })
         }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.