From c251626c67a55dfa8305fd49a47a0a2aa00fc32f Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: 星期四, 24 三月 2022 16:15:02 +0800
Subject: [PATCH] 隐患管理:v1

---
 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