|
|
@@ -156,7 +156,6 @@ export interface IProcedureParticipantInfo {
|
|
|
configure: string[];
|
|
|
members?: Members[];
|
|
|
reportTime?: string;
|
|
|
- isReporter?: boolean;
|
|
|
};
|
|
|
dynamicSteps: SimpleDynamicStep[];
|
|
|
stepMatters: IStepMatter[];
|
|
|
@@ -184,6 +183,7 @@ export interface IProcedureProcess {
|
|
|
referenceID: string;
|
|
|
name: string;
|
|
|
sectorType: SectorType;
|
|
|
+ isReportProcess?: boolean; // 是否上报环节(因为上报环节是特殊的,所以加个字段方便处理)
|
|
|
participantInfo?: IProcedureParticipantInfo;
|
|
|
conditionInfo?: IConditionInfoItem[];
|
|
|
condition?: {
|