From 7aa71a93fd5d97506077ea0f894d98a777ccd7aa Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 10 七月 2025 13:43:20 +0800 Subject: [PATCH] 修改 --- src/api/orgStructure/depart.js | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/api/orgStructure/depart.js b/src/api/orgStructure/depart.js index 063c549..cc57c8c 100644 --- a/src/api/orgStructure/depart.js +++ b/src/api/orgStructure/depart.js @@ -9,6 +9,23 @@ }) } +export function getDeptTreeList(params) { + return request({ + url: '/system/dept/treeList', + method: 'get', + params: params + }) +} + +export function getDepartByPage(params) { + return request({ + url: '/system/dept/pageList', + method: 'get', + params: params + }) +} + + export function saveDepart(data) { return request({ url: '/system/dept/save', -- Gitblit v1.9.2