|
|
@@ -144,7 +144,7 @@ export interface IConditionInfoItem {
|
|
|
ID: string;
|
|
|
specificCondition: IConditionItem[][];
|
|
|
// eslint-disable-next-line prettier/prettier, no-use-before-define
|
|
|
- process: IProcedureProcess;
|
|
|
+ process: IProcedureProcess[];
|
|
|
}
|
|
|
|
|
|
// 3合1步骤中的一个环节
|