From af16c1eca4ffd904c193300cbe3fb3dac06797ce Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 08 七月 2025 17:17:28 +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