| | |
| | | style="width: 100%" |
| | | :tree-props="{children: 'children', hasChildren: 'hasChildren'}" |
| | | :row-class-name="tableRowClassName" |
| | | default-expand-all |
| | | row-key="id" |
| | | > |
| | | <el-table-column prop="name" label="部门"/> |
| | |
| | | :visible.sync="dialogVisible" |
| | | width="400px" |
| | | :before-close="handleClose"> |
| | | <el-select v-model="updateAdminForm.adminIds" @change="changSelect" multiple filterable placeholder="选择管理员"> |
| | | <el-select v-model="updateAdminForm.adminIds" @change="changSelect" multiple filterable placeholder="选择管理员" collapse-tags> |
| | | <el-option |
| | | v-for="item in deptUserList" |
| | | :key="item.id" |