From 68f1c1dc749bf424059fa70e09b72fc30bec2ea1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 17 Sep 2021 11:32:37 +0800
Subject: [PATCH] +

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

diff --git a/src/api/system/user.js b/src/api/system/user.js
index e2369c7..0c21d46 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -13,6 +13,18 @@
     })
 }
 
+
+export const getListByDeptId = (deptId, status) => {
+    return request({
+        url: '/api/blade-user/page-security-units',
+        method: 'get',
+        params: {
+            deptId,
+            status
+        }
+    })
+}
+
 export const remove = (ids) => {
     return request({
         url: '/api/blade-user/remove',

--
Gitblit v1.9.3