一单n制等功能,接入随手拍之前我先提交一版本
This commit is contained in:
@@ -462,7 +462,7 @@ export function getCheckItemListDetail(params) {
|
||||
});
|
||||
}
|
||||
|
||||
// 根据部门id获取用户列表;可选 params.type:1=部门全部用户(默认),2=部门 manage 角色用户,3=非 manage 角色用户(验收页非快速审批用)
|
||||
// 根据部门id获取用户列表;type=4 排班模式,type=5 单人模式
|
||||
export function getDeptUsers(deptId, params = {}) {
|
||||
return requestAPI({
|
||||
url: deptId ? `/admin/user/dept/users/${deptId}` : '/admin/user/dept/users',
|
||||
|
||||
Reference in New Issue
Block a user