lxparts
This commit is contained in:
@@ -72,14 +72,14 @@ export function searchDirectPart(pageCurrent, pageSize, project_check, project,
|
||||
})
|
||||
}
|
||||
// 人员查询 需要在部门确定之后修改
|
||||
export function searchPeople() {
|
||||
export function searchPeople(data1) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '1',
|
||||
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
|
||||
param: '考核部门编号=18'
|
||||
name: '库存管理_人员查询_库存部门',
|
||||
param: '角色编号=' + data1
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user