一单n制等功能,接入随手拍之前我先提交一版本

This commit is contained in:
王利强
2026-08-12 14:43:53 +08:00
parent ec76d588e2
commit 47deeedb22
664 changed files with 1429 additions and 2894 deletions

View File

@@ -462,7 +462,7 @@ export function getCheckItemListDetail(params) {
});
}
// 根据部门id获取用户列表可选 params.type1=部门全部用户默认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',