Browse Source

添加系统管理用户管理中部门选择

master
YF-yuan 3 years ago
parent
commit
4a487d9d9e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/views/system/user/index.vue

+ 1
- 0
src/views/system/user/index.vue View File

@@ -195,6 +195,7 @@ export default {
this.queryRoles(); // 查询角色列表
this.getLevelList(); // 查询职级列表
this.getPositionList(); // 查询岗位列表
this.getDepList(); // 查询部门列表
},
methods: {
/* 显示编辑 */

Loading…
Cancel
Save