年审
This commit is contained in:
@ -359,3 +359,15 @@ export async function exportSupplierEvaluate(evaluateTaskId: string) {
|
||||
getResponse: false,
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 提交评价任务审批
|
||||
* @param id 任务ID
|
||||
* @returns Promise
|
||||
*/
|
||||
export async function submitTaskForApproval(id: string) {
|
||||
return request<API.APIResponse<any>>('/coscoEvaluate/task/submit', {
|
||||
method: 'POST',
|
||||
data: { id },
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user