From ba09ccd7346a2e0aa8a1ac55b5cc46eb9cb057af Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 02 八月 2024 08:39:53 +0800 Subject: [PATCH] 责任人 --- src/api/user.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/user.js b/src/api/user.js index 61f21c0..e1d6885 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -277,3 +277,19 @@ data: data }) } + +export function getExportData(id){ + return request({ + url: '/org/user/export/' + id, + method: 'post', + }) +} +export function getOrgData(id){ + return request({ + url: '/org/structure/findByDistrictId/' + id, + method: 'get', + }) +} + + + -- Gitblit v1.9.2