|
@@ -50,7 +50,7 @@ export const PersonInfoApi = {
|
|
|
|
|
|
// 导出人才信息 Excel
|
|
// 导出人才信息 Excel
|
|
exportPersonInfo: async (params) => {
|
|
exportPersonInfo: async (params) => {
|
|
- return await request.download({ url: `/menduner/system/person-info/export-excel`, params })
|
|
|
|
|
|
+ return await request.download({ url: `/menduner/system/person-info/export-excel`, params, timeout: 300000 })
|
|
},
|
|
},
|
|
|
|
|
|
// 查询人才档案
|
|
// 查询人才档案
|