Przeglądaj źródła

feat(types): executor里是否上报环节字段变更

vian 3 lat temu
rodzic
commit
a0af5ed1c9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      types/src/interface/process.ts

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

@@ -156,7 +156,7 @@ export interface IProcedureParticipantInfo {
     configure: string[];
     members?: Members[];
     reportTime?: string;
-    isReport?: boolean;
+    isReporter?: boolean;
   };
   dynamicSteps: SimpleDynamicStep[];
   stepMatters: IStepMatter[];