소스 검색

feat(types): 接口定义

lipk 3 년 전
부모
커밋
f3421e1001
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      types/src/api/Approval.ts

+ 1 - 1
types/src/api/Approval.ts

@@ -38,7 +38,7 @@ export namespace GetApprovalGetGatherYsProfileByBusinessID {
     export type Params = { businessID: string; matterID: string }
 
     export type Response = {
-        tree: [];
+        tree: any[];
         profileView: boolean;
         uploadMsg: UploadMsg;
         cadView: boolean;