From 7a5f71b1a9868ea0a90a097d24890454b8f7ef34 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期四, 27 十一月 2025 10:27:32 +0800
Subject: [PATCH] 修改新增
---
src/api/orgStructure/depart.js | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/api/orgStructure/depart.js b/src/api/orgStructure/depart.js
index cc57c8c..76ffdff 100644
--- a/src/api/orgStructure/depart.js
+++ b/src/api/orgStructure/depart.js
@@ -8,6 +8,13 @@
params: params
})
}
+export function getDepartById(id) {
+ return request({
+ url: '/system/dept/list/' + id,
+ method: 'get',
+ })
+}
+
export function getDeptTreeList(params) {
return request({
@@ -88,10 +95,18 @@
})
}
+export function getFunctionalRemarkList(params) {
+ return request({
+ url: '/system/dept/functionalRemarkList',
+ method: 'get',
+ params: params
+ })
+}
+
export function saveDistribution(data) {
return request({
url: '/system/dept/saveFunctionalDistribution',
method: 'post',
data: data
})
-}
\ No newline at end of file
+}
--
Gitblit v1.9.2