浏览代码

fix(types): 接口IProcedureItem相关

LuoHaoxuan 3 年之前
父节点
当前提交
cfcfacd42d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/process.ts

+ 1 - 1
types/src/interface/process.ts

@@ -313,7 +313,7 @@ export interface IProcedureItem {
   reduction?: string;
   configure?: IParticipantConfig[];
   sectorType?: 'apostille' | 'condition' | 'approval';
-  apostilleInfo: IApostilleInfo;
+  apostilleInfo?: IApostilleInfo;
 }
 
 export interface IApproval {