mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 00:25:07 +08:00
fix: roleIds应为数字类型
This commit is contained in:
parent
9a06bad8e4
commit
f6228a5119
@ -64,7 +64,7 @@ export interface UserForm {
|
||||
status: string;
|
||||
remark?: string;
|
||||
postIds: string[];
|
||||
roleIds: string[];
|
||||
roleIds: number[];
|
||||
}
|
||||
|
||||
export interface UserInfoVO {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user