fix
This commit is contained in:
@@ -416,3 +416,11 @@ export function getSupplementFileType(purchaseType: string) {
|
||||
params: { purchaseType },
|
||||
});
|
||||
}
|
||||
|
||||
export function getSupplementFilesByApplyId(applyId: string) {
|
||||
return request({
|
||||
url: '/purchase/purchasingfiles/listByType',
|
||||
method: 'get',
|
||||
params: { purchaseId: applyId },
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user