From 18756e7b5992fd22a5ad78824db8bb5320ebfbe6 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 11 Nov 2021 15:11:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

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