Sfoglia il codice sorgente

update 增加类型

LiuHao 1 anno fa
parent
commit
9da3f1f2d7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {