From 40a8157440e3b906da8f52e07d939d78c3f4c313 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 12 四月 2026 16:14:06 +0800
Subject: [PATCH] feat: 任务增加统计、同步增加通知
---
ruoyi-ui/src/api/system/dept.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/api/system/dept.js b/ruoyi-ui/src/api/system/dept.js
index 71aef07..2785154 100644
--- a/ruoyi-ui/src/api/system/dept.js
+++ b/ruoyi-ui/src/api/system/dept.js
@@ -74,3 +74,11 @@
method: 'get'
})
}
+
+// 鑾峰彇鎵�鏈夊垎鍏徃鍒楄〃锛坧arentId=100鐨勯儴闂級
+export function listAllBranches() {
+ return request({
+ url: '/system/dept/branch/all',
+ method: 'get'
+ })
+}
--
Gitblit v1.9.1