Преглед изворни кода

fix(types): 修改IConditionInfoItem

LuoHaoxuan пре 3 година
родитељ
комит
ecfb53ae1b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      types/src/interface/process.ts

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

@@ -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步骤中的一个环节