From 69b6b6e33b8458295a731b96c062f6cbdddebe58 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 13 Sep 2021 17:17:37 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory

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

diff --git a/src/api/system/dept.js b/src/api/system/dept.js
index 9db2511..9f5f21a 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -87,4 +87,14 @@
             parentId
         }
     })
+}
+
+export const getDeptLazyTreeUsers = (type) => {
+    return request({
+        url: '/api/blade-system/dept/lazy-tree-users',
+        method: 'get',
+        params: {
+            type
+        }
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3