Преглед изворни кода

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 {