From 77e1201f570750033d4f743f55f9362109a7a085 Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期一, 11 八月 2025 14:57:26 +0800
Subject: [PATCH] '对接新增接口'

---
 src/api/system/manage.ts |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/api/system/manage.ts b/src/api/system/manage.ts
index 52fca89..4dabcaf 100644
--- a/src/api/system/manage.ts
+++ b/src/api/system/manage.ts
@@ -42,3 +42,21 @@
     method: "delete",
   });
 }
+
+// 涓嬭浇妯℃澘 /system/manage/exportTemplate
+export function exportTemplate(data: any) {
+  return request({
+    url: `/system/manage/exportTemplate`,
+    method: 'get',
+    params: data
+  })
+}
+
+// 瀵煎嚭璁″垝绠$悊 /system/manage/exportTemplate
+export function exportManage(data: any) {
+    return request({
+      url: `/system/manage/export `,
+      method: 'get',
+      params: data
+    })
+  }

--
Gitblit v1.9.1