fix(projects): 修复用户新增时角色下拉包含超级管理员问题

This commit is contained in:
AN
2025-08-06 09:12:24 +08:00
parent 9df8d2f55f
commit a15b683b1d
3 changed files with 24 additions and 9 deletions

View File

@ -163,6 +163,8 @@ declare namespace Api {
postIds: string[];
/** user role ids */
roleIds: string[];
/** roles */
roles: Role[];
};
/** user list */