From 9da3f1f2d7003e1db30fdb23151806aab54c20f2 Mon Sep 17 00:00:00 2001 From: LiuHao Date: Mon, 15 Apr 2024 09:42:46 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E5=A2=9E=E5=8A=A0=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/workflow/leave/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/workflow/leave/types.ts b/src/api/workflow/leave/types.ts index 05fc52e..b093546 100644 --- a/src/api/workflow/leave/types.ts +++ b/src/api/workflow/leave/types.ts @@ -15,7 +15,7 @@ export interface LeaveForm extends BaseEntity { endDate?: string; leaveDays?: number; remark?: string; - processInstanceVo: any; + processInstanceVo?: any; } export interface LeaveQuery extends PageQuery {