mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-02 18:57:22 +08:00
新增:部门管理对接用户信息(新增所属部门),并完善查看部门详情(增加上级部门显示)
This commit is contained in:
@@ -65,7 +65,7 @@ export interface OperationLogParam extends Partial<OperationLogRecord> {
|
||||
page: number;
|
||||
size: number;
|
||||
sort: Array<string>;
|
||||
uid?: string;
|
||||
uid?: number;
|
||||
}
|
||||
|
||||
export interface OperationLogListRes {
|
||||
|
||||
@@ -14,7 +14,8 @@ export interface DeptRecord {
|
||||
createTime?: string;
|
||||
updateUserString?: string;
|
||||
updateTime?: string;
|
||||
children?: Array<DeptRecord>,
|
||||
children?: Array<DeptRecord>;
|
||||
parentName?: string;
|
||||
}
|
||||
|
||||
export interface DeptParam {
|
||||
|
||||
Reference in New Issue
Block a user