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 | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/api/system/dept.js b/ruoyi-ui/src/api/system/dept.js
index 7817d19..2785154 100644
--- a/ruoyi-ui/src/api/system/dept.js
+++ b/ruoyi-ui/src/api/system/dept.js
@@ -59,6 +59,14 @@
})
}
+// 鎸塐A璁㈠崟绫诲埆鏌ヨ鍒嗗叕鍙稿垪琛紙鍒悕锛�
+export function listBranchByOaOrderClass() {
+ return request({
+ url: '/system/dept/branch/by-oa',
+ method: 'get'
+ })
+}
+
// 鎸夊閮ㄤ紶鍏ョ殑鐢ㄦ埛ID杩斿洖鍏跺彲绠$悊鍒嗗叕鍙稿垪琛�
export function listBranchByUser(userId) {
return request({
@@ -66,3 +74,11 @@
method: 'get'
})
}
+
+// 鑾峰彇鎵�鏈夊垎鍏徃鍒楄〃锛坧arentId=100鐨勯儴闂級
+export function listAllBranches() {
+ return request({
+ url: '/system/dept/branch/all',
+ method: 'get'
+ })
+}
--
Gitblit v1.9.1