From bf053efe6fc44e92b8fb859453f3f19f74a15472 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 10 七月 2025 08:56:43 +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