diff --git a/src/api/system/user/types.ts b/src/api/system/user/types.ts index 0787372..4b221b4 100644 --- a/src/api/system/user/types.ts +++ b/src/api/system/user/types.ts @@ -64,7 +64,7 @@ export interface UserForm { status: string; remark?: string; postIds: string[]; - roleIds: string[]; + roleIds: number[]; } export interface UserInfoVO {