소스 검색

update 增加类型

LiuHao 2 년 전
부모
커밋
9da3f1f2d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {