|
|
@@ -14,7 +14,6 @@ export enum SectorType {
|
|
|
export enum ProcessStatus {
|
|
|
WAITING = 'waiting', // 待审批
|
|
|
APPROVED = 'approved', // 审批通过
|
|
|
- APOSTILLE = 'apostille', // 加签
|
|
|
ACTIVATING = 'activating', // 当前流程
|
|
|
FAILED = 'failed', // 审批退回
|
|
|
}
|
|
|
@@ -326,7 +325,6 @@ export interface IProcedureItem {
|
|
|
sectorType?: 'apostille' | 'condition' | 'approval';
|
|
|
apostilleInfo?: IApostilleInfo;
|
|
|
apostilleProcess?: IProcedureItem;
|
|
|
- approvedType?: string;
|
|
|
}
|
|
|
|
|
|
export interface IApproval {
|