离校名单管理
diff --git a/leave-school-vue/src/views/statistical/handling/index.vue b/leave-school-vue/src/views/statistical/handling/index.vue
index 936f769..5b59c3d 100644
--- a/leave-school-vue/src/views/statistical/handling/index.vue
+++ b/leave-school-vue/src/views/statistical/handling/index.vue
@@ -30,7 +30,7 @@
<el-row :gutter="20">
<el-col :span="4">
<el-select clearable @change="initZyList" class="filter-item" v-model="listQuery.yx" placeholder="院系">
- <el-option v-for="item in yxList" :key="item.id" :label="item.dwmc" :value="item.id">
+ <el-option v-for="item in yxList" :key="item.id" :label="item.name" :value="item.id">
</el-option>
</el-select>
</el-col>