From 584f2d892201e6fbd0a932f8fb8571734c7797a8 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 11 Nov 2021 11:59:46 +0800
Subject: [PATCH] 用户管理权限控制

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

diff --git a/src/api/system/dept.js b/src/api/system/dept.js
index 2634f3e..befcc24 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -69,13 +69,13 @@
     })
 }
 
-export const getDeptLazyTree = (parentId, jurisdiction) => {
+export const getDeptLazyTree = (parentId, userId) => {
     return request({
         url: '/api/blade-system/dept/lazy-tree',
         method: 'get',
         params: {
             parentId,
-            jurisdiction
+            userId
         }
     })
 }
@@ -103,4 +103,4 @@
         url: '/api/blade-system/role/selectRole',
         method: 'get',
     })
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3