From d941e5581706cf2df4fa959b0b4832b1da45e7e3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 07 Sep 2021 17:12:50 +0800
Subject: [PATCH] 保安证书+

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