lipk пре 3 година
родитељ
комит
4a654144a0
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 0
      types/src/interface/api/approvaApi.ts
  2. 1 1
      types/src/interface/api/index.ts

+ 1 - 0
types/src/interface/api/approvaApi.ts

@@ -22,6 +22,7 @@ export namespace GetApprovalGetMatterData {
   export type Params = {
     businessID: string;
     getAllMatter?: boolean; // 是否获取全部matter
+    test?: boolean;
   };
 
   export type Response = Array<IMatterNode>;

+ 1 - 1
types/src/interface/api/index.ts

@@ -1 +1 @@
-export * from './approvaApi';
+export * from './approvaApi';