From 6e9df2b060711e8fca1080f3d7e6a5f4cc044a9e Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 22 Oct 2021 00:02:11 +0800
Subject: [PATCH] 培训考试申请修改

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

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

--
Gitblit v1.9.3