From 56c9b08d1c1c978ee3933d074b4d020026686915 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 09 七月 2025 14:26:30 +0800 Subject: [PATCH] 修改 --- src/api/orgStructure/depart.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/orgStructure/depart.js b/src/api/orgStructure/depart.js index 063c549..9265347 100644 --- a/src/api/orgStructure/depart.js +++ b/src/api/orgStructure/depart.js @@ -9,6 +9,15 @@ }) } +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