From d80dbcd093573d191053b8c3034acfc47e040ebd Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 20 五月 2025 14:16:44 +0800 Subject: [PATCH] 修改 --- src/api/projectManage.js | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/api/projectManage.js b/src/api/projectManage.js index 2552897..543f33d 100644 --- a/src/api/projectManage.js +++ b/src/api/projectManage.js @@ -107,3 +107,20 @@ }) } +// 导出报销 +export function exportData(params) { + return request({ + url: '/system/management/projectExpertExportList', + method: 'get', + params: params + }) +} + +// 导出专家 +export function exportExpertData(params) { + return request({ + url: '/system/management/selectProjectData', + method: 'get', + params: params + }) +} -- Gitblit v1.9.2