From d3362d895ef977fb5f116a6deeffac4434810c45 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 23 Nov 2021 15:36:39 +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