add 增加弹窗选人

This commit is contained in:
gssong
2025-03-04 21:48:27 +08:00
parent 18f89055e1
commit 0539fa3c1f
5 changed files with 79 additions and 15 deletions

View File

@ -19,6 +19,7 @@ export interface UserQuery extends PageQuery {
status?: string;
deptId?: string | number;
roleId?: string | number;
userIds?: string;
}
/**