From fa66a91747f1dcdf4d64f4f7c60275927dce8fea Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 24 Oct 2025 17:18:05 +0800
Subject: [PATCH] feat:更新返航高度

---
 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