|
|
@@ -1,7 +1,6 @@
|
|
|
import { ReportTree } from './report';
|
|
|
import { CptModelName, SubModelName, ActionType } from './base';
|
|
|
import { BusinessTypeKey } from './gather';
|
|
|
-import { IExecutorApprovaledPermission } from './gatherExecutor';
|
|
|
import { executorMember } from './approvalStatus';
|
|
|
import { IProcessMatter, IStepMatter } from './matter';
|
|
|
|
|
|
@@ -143,7 +142,6 @@ export interface IProcessExecutor {
|
|
|
setType: string;
|
|
|
name: string;
|
|
|
reportTime?: string; // 三合一审批流程第一位的上报时间
|
|
|
- approvaledPermission: string[];
|
|
|
scope?: string;
|
|
|
members?: Members[];
|
|
|
// 事项中组件及其权限
|
|
|
@@ -200,6 +198,7 @@ export interface IProcedureParticipantInfo {
|
|
|
configure: string[];
|
|
|
members?: Members[];
|
|
|
reportTime?: string;
|
|
|
+ approvaledPermission?: string[]; // 事项后原始数据
|
|
|
inProcessMatters?: IProcessMatter[];
|
|
|
afterProcessMatters?: IProcessMatter[];
|
|
|
};
|