From 74f3a7dcedba7e9aeac99287c3daf666a726d1d6 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 14 Jun 2025 13:53:29 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v2.0.0/后台管理数据中心'
---
src/api/user.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/api/user.js b/src/api/user.js
index 30d06f9..37d8f12 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -171,3 +171,10 @@
phone,
},
});
+
+export const getParentDeptInfo = params =>
+ request({
+ url: '/blade-system/dept/getParentDeptInfo',
+ method: 'get',
+ params: params,
+ });
--
Gitblit v1.9.3