From 13c0b3f07e75d63ffb518ee8f3af81b3e8a1caa3 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期四, 10 七月 2025 09:28:43 +0800
Subject: [PATCH] 修改新增

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

diff --git a/src/api/orgStructure/depart.js b/src/api/orgStructure/depart.js
index 9265347..cc57c8c 100644
--- a/src/api/orgStructure/depart.js
+++ b/src/api/orgStructure/depart.js
@@ -9,6 +9,14 @@
     })
 }
 
+export function getDeptTreeList(params) {
+    return request({
+        url: '/system/dept/treeList',
+        method: 'get',
+        params: params
+    })
+}
+
 export function getDepartByPage(params) {
     return request({
         url: '/system/dept/pageList',

--
Gitblit v1.9.2