From d881b93c7814d6cd92fb81717ab690dd1ac8c732 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 12 Oct 2024 21:10:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E7=AE=A1=E7=90=86=E3=80=81=E8=8F=9C=E5=8D=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=A0=91=E5=88=97=E8=A1=A8=E8=BF=87=E6=BB=A4=EF=BC=88?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E8=BF=87=E6=BB=A4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/system/type.ts | 2 - src/views/system/dept/index.vue | 78 +++++++++++++++----------- src/views/system/menu/MenuAddModal.vue | 2 +- src/views/system/menu/index.vue | 50 +++++++++++------ src/views/system/user/dept/index.vue | 52 ++++++++++++++--- src/views/system/user/index.vue | 2 +- 6 files changed, 125 insertions(+), 61 deletions(-) diff --git a/src/apis/system/type.ts b/src/apis/system/type.ts index fb40135e..115ba2af 100644 --- a/src/apis/system/type.ts +++ b/src/apis/system/type.ts @@ -114,7 +114,6 @@ export interface MenuResp { export interface MenuQuery { title?: string status?: number - sort: Array } /** 系统部门类型 */ @@ -136,7 +135,6 @@ export interface DeptResp { export interface DeptQuery { description?: string status?: number - sort: Array } /** 系统字典类型 */ diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 101e29b6..a293a028 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -18,17 +18,9 @@