Pārlūkot izejas kodu

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

zhangweicheng 3 gadi atpakaļ
vecāks
revīzija
230a57d503
1 mainītis faili ar 2 papildinājumiem un 8 dzēšanām
  1. 2 8
      types/src/api/Approval.ts

+ 2 - 8
types/src/api/Approval.ts

@@ -1,4 +1,4 @@
-import { IGatherYsProfileFile } from "../interface";
+import { IGatherYsProfileFile, IMatterNode } from "../interface";
 
 
 export namespace PostApprovalCopyGatherYsProfileFiles {
 export namespace PostApprovalCopyGatherYsProfileFiles {
 
 
@@ -25,11 +25,5 @@ export namespace GetApprovalGetMatterData {
         businessID: string
         businessID: string
     }
     }
 
 
-    export type Response = {
-        components: any[];
-        ID: string;
-        parentID: string;
-        seq: number;
-        name: string;
-    }
+    export type Response = Array<IMatterNode>
 }
 }