feat(projects): 新增抄送、下一审批人提交功能,优化组件通用性

This commit is contained in:
AN
2025-07-13 22:07:40 +08:00
parent 3a506df9b9
commit 523aca6b75
7 changed files with 377 additions and 49 deletions

View File

@ -128,6 +128,7 @@ declare namespace Api {
type UserSearchParams = CommonType.RecordNullable<
Pick<User, 'deptId' | 'userName' | 'nickName' | 'phonenumber' | 'status'> & {
roleId: CommonType.IdType;
userIds: string;
} & Common.CommonSearchParams
>;