mirror of
				https://github.com/continew-org/continew-admin-ui.git
				synced 2025-10-31 22:57:15 +08:00 
			
		
		
		
	refactor: 重构部门管理、菜单管理树列表过滤(前端过滤)
This commit is contained in:
		| @@ -114,7 +114,6 @@ export interface MenuResp { | ||||
| export interface MenuQuery { | ||||
|   title?: string | ||||
|   status?: number | ||||
|   sort: Array<string> | ||||
| } | ||||
|  | ||||
| /** 系统部门类型 */ | ||||
| @@ -136,7 +135,6 @@ export interface DeptResp { | ||||
| export interface DeptQuery { | ||||
|   description?: string | ||||
|   status?: number | ||||
|   sort: Array<string> | ||||
| } | ||||
|  | ||||
| /** 系统字典类型 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user