|
@@ -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()
|
|
|
}
|
|
|
})
|
|
|
}
|