From 0ca4e0cf74d7a12639f2884bab9111c3e0550593 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 27 Aug 2021 19:37:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

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

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

--
Gitblit v1.9.3