LiuHao 1 жил өмнө
parent
commit
9da3f1f2d7

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