Browse Source

update 增加类型

LiuHao 1 year ago
parent
commit
9da3f1f2d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/workflow/leave/types.ts

+ 1 - 1
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 {