This commit is contained in:
lixin
2018-12-07 19:09:41 +08:00
parent 7d9f713ecd
commit 4b3fbca55b
10 changed files with 982 additions and 19 deletions

View File

@@ -96,14 +96,14 @@ export function deleteLocate(num) {
})
}
// 人员查询 需要在部门确定之后修改
export function searchPeople() {
export function searchPeople(role) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=' + 18
name: '菜单系统模块_项目角色员工综合_查询数据',
param: '姓名_check=' + 0 + '&角色编号_check=' + 1 + '&角色编号=' + role + '&考核部门编号_check=' + 0
}
})
}