Преглед на файлове

fix(types): 修改IConditionInfoItem

LuoHaoxuan преди 4 години
родител
ревизия
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步骤中的一个环节