lipk 3 лет назад
Родитель
Сommit
5f0dff73ae
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      types/src/api/Approval.ts

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

@@ -23,6 +23,7 @@ export namespace PostApprovalCopyGatherYsProfileFiles {
 export namespace GetApprovalGetMatterData {
     export type Params = {
         businessID: string
+        getAllMatter?: boolean // 是否获取全部matter(自己无权限查看的matter也包含在内)
     }
 
     export type Response = Array<IMatterNode>