qinlaiqiao 4 лет назад
Родитель
Сommit
6203495de2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/interface/process.ts

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

@@ -51,6 +51,7 @@ export interface IProcessAccount {
   institutionID?: string; // 单位ID(可能不会用到)
   institutionName?: string; // 单位名称(不要保存到数据库,而是在使用的时候通过ID去查)
   status: ProcessStatus; // 审批状态
+  alreadyAddProcess?: boolean; // 是否已经添加了新环节(暂时用的,用于标记是否添加了环节,以后可能删除)
   configure: AccountConfigure[]; // 权限配置
   remark: string; // 审批意见(肯定有,会有默认值)
   coreViews: ICoreView[]; // 协审人信息