|
|
@ -372,6 +372,7 @@ export default { |
|
|
|
}, |
|
|
|
//新建部门 |
|
|
|
createDepartment() { |
|
|
|
this.departmentName = ''; |
|
|
|
this.visible = true; |
|
|
|
}, |
|
|
|
async addDepartment() { |
|
|
@ -491,6 +492,8 @@ export default { |
|
|
|
// 添加部门/职位modal框 |
|
|
|
showAddItem(id) { |
|
|
|
this.addId = id; |
|
|
|
this.departmentName = ''; |
|
|
|
this.positionName = ''; |
|
|
|
this.visibleAddPosition = true; |
|
|
|
}, |
|
|
|
// 搜索部门/职位/角色 |
|
|
|