瀏覽代碼

feat(types): 调整ProcessStatus

LuoHaoxuan 3 年之前
父節點
當前提交
58c2cfa40f
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      types/src/interface/process.ts

+ 0 - 2
types/src/interface/process.ts

@@ -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 {