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…
x
Reference in New Issue
Block a user