From 496a6d8eaa69feba1d30954a2d9113cbe10ddb73 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 18 十一月 2025 09:40:09 +0800
Subject: [PATCH] 修改

---
 src/api/orgStructure/depart.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/api/orgStructure/depart.js b/src/api/orgStructure/depart.js
index 089a827..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({
@@ -102,4 +109,4 @@
         method: 'post',
         data: data
     })
-}
\ No newline at end of file
+}

--
Gitblit v1.9.2