feat(projects): 1、增加空白页占位;2、调试已开发功能;
This commit is contained in:
2
src/typings/api/system-manage.d.ts
vendored
2
src/typings/api/system-manage.d.ts
vendored
@@ -69,7 +69,7 @@ declare namespace Api {
|
||||
roleCode: string;
|
||||
};
|
||||
|
||||
type DeptOrgType = 'company' | 'dept' | 'direction' | 'team';
|
||||
type DeptOrgType = 'company' | 'dept' | 'function' | 'direction' | 'team';
|
||||
|
||||
interface Dept {
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user