From 4999ef4b48d79cbf0c405c81283135c4213952a1 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 09 十二月 2024 13:46:39 +0800
Subject: [PATCH] 修改审批单

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

diff --git a/src/api/projectManage.js b/src/api/projectManage.js
index 2552897..c0c3d69 100644
--- a/src/api/projectManage.js
+++ b/src/api/projectManage.js
@@ -107,3 +107,12 @@
     })
 }
 
+// 导出报销
+export function exportData(params) {
+    return request({
+        url: '/system/management/projectExpertExportList',
+        method: 'get',
+        params: params
+    })
+}
+

--
Gitblit v1.9.2