From 7df347c1d42ae93d3c62ba1505a75e3f064146d2 Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期六, 18 五月 2024 23:02:45 +0800 Subject: [PATCH] remove 移除commit check --- src/api/workflow/leave/types.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 @@ endDate?: string; leaveDays?: number; remark?: string; - processInstanceVo: any; + processInstanceVo?: any; } export interface LeaveQuery extends PageQuery { -- Gitblit v1.9.3