refactor: 重构部门管理、菜单管理树列表过滤(前端过滤)

This commit is contained in:
2024-10-12 21:10:35 +08:00
parent 777f371ffc
commit d881b93c78
6 changed files with 125 additions and 61 deletions

View File

@@ -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>
}
/** 系统字典类型 */