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