Procházet zdrojové kódy

feat(types): IProcedureItem 暂时将matter字段设置成any

wupeixin před 3 roky
rodič
revize
7c00a482e0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      types/src/interface/process.ts

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

@@ -164,7 +164,7 @@ export interface IProcedureItem {
   approvalTime: string;
   executorID?: string;
   members?: member[];
-  matter?:string[];
+  matter?: any;
 }
 
 export interface IApproval {