fix: roleIds应为数字类型

This commit is contained in:
dhb52 2024-09-09 22:53:43 +08:00
parent 9a06bad8e4
commit f6228a5119

View File

@ -64,7 +64,7 @@ export interface UserForm {
status: string;
remark?: string;
postIds: string[];
roleIds: string[];
roleIds: number[];
}
export interface UserInfoVO {