From 7a7265353879a63d47553324c19ab4bd349d03f4 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 12 十一月 2024 11:05:15 +0800
Subject: [PATCH] 增加选项

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

diff --git a/src/api/user.js b/src/api/user.js
index 61f21c0..e1d6885 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -277,3 +277,19 @@
         data: data
     })
 }
+
+export function getExportData(id){
+    return request({
+        url: '/org/user/export/' + id,
+        method: 'post',
+    })
+}
+export function getOrgData(id){
+    return request({
+        url: '/org/structure/findByDistrictId/' + id,
+        method: 'get',
+    })
+}
+
+
+

--
Gitblit v1.9.2