From 41c98d3c40e63de6a8709b1b2dcdeca057a80adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Wed, 26 Jun 2024 18:30:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E9=83=A8=E9=97=A8=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=E7=B1=BB=E5=9E=8B=E7=BC=BA=E5=A4=B1=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/dept.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/dept.ts b/src/api/dept.ts index b650c24c..9bd46739 100644 --- a/src/api/dept.ts +++ b/src/api/dept.ts @@ -119,6 +119,8 @@ export interface DeptForm { id?: number; /** 部门名称 */ name?: string; + /** 部门编号 */ + code?: string; /** 父部门ID */ parentId: number; /** 排序 */