فهرست منبع

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 {