From fe48637b8197e55cb2b454f79d29dab88bd5f7dd Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期三, 28 九月 2022 16:03:47 +0800
Subject: [PATCH] 'xiugai'

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

diff --git a/src/api/departmentManage.js b/src/api/departmentManage.js
index 2525b1d..b5d87bf 100644
--- a/src/api/departmentManage.js
+++ b/src/api/departmentManage.js
@@ -56,3 +56,16 @@
         method: 'get',
     })
 }
+
+
+
+export function geDepartmentUserPage(data) {
+    return request({
+        headers: {
+            'Authorization': getToken()
+        },
+        url: process.env.BASE_API + '/department-userList',
+        method: 'post',
+        data
+    })
+}

--
Gitblit v1.9.2