Explorar o código

fix(types): 接口IProcedureItem相关

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
cfcfacd42d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {