最新代码

This commit is contained in:
zhangtao
2025-12-04 01:08:12 +08:00
parent 0305b4b64b
commit b5a969c555
17 changed files with 217 additions and 180 deletions
-4
View File
@@ -73,8 +73,6 @@ export default RoleAPI;
export interface TablePageQuery extends PageQuery {
name?: string;
status?: string;
created_id?: number;
updated_id?: number;
created_time?: string[];
updated_time?: string[];
}
@@ -87,8 +85,6 @@ export interface RoleTable extends BaseType {
data_scope?: number;
menus?: permissionMenuType[];
depts?: permissionDeptType[];
created_by?: creatorType;
updated_by?: updatorType;
}
export interface RoleForm extends BaseFormType {