From 515a8f4d3ceebd79cc6617ad44cb500b8d99ea6e Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期四, 03 四月 2025 11:13:24 +0800
Subject: [PATCH] 专家导出

---
 src/api/projectManage.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/projectManage.js b/src/api/projectManage.js
index c0c3d69..543f33d 100644
--- a/src/api/projectManage.js
+++ b/src/api/projectManage.js
@@ -116,3 +116,11 @@
     })
 }
 
+// 导出专家
+export function exportExpertData(params) {
+    return request({
+        url: '/system/management/selectProjectData',
+        method: 'get',
+        params: params
+    })
+}

--
Gitblit v1.9.2