浏览代码

求职者管理-导出:接口请求超时时间设置为5分钟

Xiao_123 2 月之前
父节点
当前提交
6c6fd76b27
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/menduner/system/person/index.ts

+ 1 - 1
src/api/menduner/system/person/index.ts

@@ -50,7 +50,7 @@ export const PersonInfoApi = {
 
   // 导出人才信息 Excel
   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 })
   },
 
   // 查询人才档案