跟新
This commit is contained in:
@@ -370,6 +370,15 @@ export function downloadFileById(fileId: string) {
|
||||
});
|
||||
}
|
||||
|
||||
export function previewFileById(fileId: string) {
|
||||
return request({
|
||||
url: '/purchase/purchasingfiles/previewById',
|
||||
method: 'get',
|
||||
params: { fileId },
|
||||
responseType: 'blob'
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量获取文件下载地址列表
|
||||
* @param purchaseId 采购申请ID
|
||||
|
||||
Reference in New Issue
Block a user