From 1bfba74b6bea7da6d14b0da1ab8b1efe02e474b3 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 03 一月 2025 13:38:21 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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 0c4e4b6..c94c5fa 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -9,6 +9,16 @@
   })
 }
 
+// flowable鏌ヨ鎵�鏈夐儴闂�
+export function flowableGetAllDept() {
+  return request({
+    url: '/system/dept/flowable/all',
+    method: 'get'
+  })
+}
+
+
+
 // 鏌ヨ閮ㄩ棬鍒楄〃锛堟帓闄よ妭鐐癸級
 export function listDeptExcludeChild(deptId) {
   return request({

--
Gitblit v1.8.0