flat: 暂存

This commit is contained in:
Apcallover
2024-05-05 17:29:22 +08:00
parent 248a28d822
commit 484e36631e
9 changed files with 270 additions and 14 deletions

View File

@@ -12,6 +12,15 @@ export const getTemplate = (type) => {
return request({
url: '/api/jobslink-api/resource/template/docurl',
method: 'get',
params: { type }
params: {type}
})
}
export const getTemplateRecommendExportList = (params) => {
return request({
url: '/api/jobslink-api/tenant/talents/recommend/exportList',
method: 'get',
params,
responseType: 'blob',
})
}