From 35da5fc48ba4431d0aa2dd310049a92cf50a7320 Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期三, 04 十二月 2024 09:32:08 +0800
Subject: [PATCH] 分角色展示项目计划,实现不同角色的功能

---
 src/api/system/user.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index f2f76ef..711b43e 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -133,3 +133,11 @@
     method: 'get'
   })
 }
+
+// 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋�(flowable涓撶敤)
+export function flowableDeptTreeSelect() {
+  return request({
+    url: '/system/user/flowable/deptTree',
+    method: 'get'
+  })
+}

--
Gitblit v1.8.0