From 9d8c91442eaf41bcce7dd2209535a9aabfbbd02a Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 02 Aug 2024 13:24:39 +0800
Subject: [PATCH] 三色任务与自查任务
---
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 117f6fc..6ebf663 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -79,3 +79,13 @@
})
}
+export const getDeptUserTree=(params)=>{
+ return request({
+ url: '/api/blade-system/dept/getDeptAndUserTree',
+ method: 'get',
+ params: {
+ ...params
+ }
+ })
+}
+
--
Gitblit v1.9.3