From 57e98ac3f59e9ca12d3fdbc6f89c9c0b1f86be4d Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期四, 05 二月 2026 00:49:10 +0800
Subject: [PATCH] feat:增加发票申请
---
ruoyi-ui/src/api/system/dept.js | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/api/system/dept.js b/ruoyi-ui/src/api/system/dept.js
index fc943cd..71aef07 100644
--- a/ruoyi-ui/src/api/system/dept.js
+++ b/ruoyi-ui/src/api/system/dept.js
@@ -49,4 +49,28 @@
url: '/system/dept/' + deptId,
method: 'delete'
})
-}
\ No newline at end of file
+}
+
+// 鎸夊綋鍓嶇櫥褰曠敤鎴风殑 OA 鏉冮檺杩斿洖鍒嗗叕鍙稿垪琛�
+export function listBranchByOa() {
+ return request({
+ url: '/system/dept/branch/by-oa',
+ method: 'get'
+ })
+}
+
+// 鎸塐A璁㈠崟绫诲埆鏌ヨ鍒嗗叕鍙稿垪琛紙鍒悕锛�
+export function listBranchByOaOrderClass() {
+ return request({
+ url: '/system/dept/branch/by-oa',
+ method: 'get'
+ })
+}
+
+// 鎸夊閮ㄤ紶鍏ョ殑鐢ㄦ埛ID杩斿洖鍏跺彲绠$悊鍒嗗叕鍙稿垪琛�
+export function listBranchByUser(userId) {
+ return request({
+ url: '/system/dept/branch/by-user/' + userId,
+ method: 'get'
+ })
+}
--
Gitblit v1.9.1