From 20a96e4c483a38c27d7fe5951b01dc923ea5997f Mon Sep 17 00:00:00 2001 From: AprilWind <2100166581@qq.com> Date: Mon, 22 Apr 2024 15:50:52 +0800 Subject: [PATCH 1/6] =?UTF-8?q?add=20=E9=83=A8=E9=97=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=B1=BB=E5=88=AB=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/dept/types.ts | 3 +++ src/views/system/dept/index.vue | 11 +++++++++++ 2 files changed, 14 insertions(+) diff --git a/src/api/system/dept/types.ts b/src/api/system/dept/types.ts index 867dbded..6921c82b 100644 --- a/src/api/system/dept/types.ts +++ b/src/api/system/dept/types.ts @@ -3,6 +3,7 @@ */ export interface DeptQuery extends PageQuery { deptName?: string; + categoryCode?: string; status?: number; } @@ -16,6 +17,7 @@ export interface DeptVO extends BaseEntity { children: DeptVO[]; deptId: number | string; deptName: string; + categoryCode: string; orderNum: number; leader: string; phone: string; @@ -35,6 +37,7 @@ export interface DeptForm { children?: DeptForm[]; deptId?: number | string; deptName?: string; + categoryCode?: string; orderNum?: number; leader?: string; phone?: string; diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 30942df4..f0e8fd15 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -7,6 +7,9 @@ + + + @@ -43,6 +46,7 @@ :default-expand-all="isExpandAll" > +