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