chore: 审批附件

This commit is contained in:
dap
2024-12-16 10:18:33 +08:00
parent e56672864f
commit 238809ecfd
5 changed files with 99 additions and 39 deletions

View File

@@ -18,7 +18,7 @@ export function ossList(params?: PageQuery) {
}
export function ossInfo(ossIds: IDS) {
return requestClient.get<OssFile>(`${Api.ossInfo}/${ossIds}`);
return requestClient.get<OssFile[]>(`${Api.ossInfo}/${ossIds}`);
}
/**

View File

@@ -25,7 +25,7 @@ export interface Flow {
flowTaskStatus?: any;
flowStatusName?: any;
message: string;
ext?: any;
ext: null | string;
createBy?: any;
formCustom: string;
formPath: string;