From de41e845dcaf44b535de787db3eb6a23ee45e920 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 30 Aug 2024 11:18:26 +0800
Subject: [PATCH] 新增机场授权管理
---
src/api/system/dept.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/src/api/system/dept.js b/src/api/system/dept.js
index c3d378a..730ca86 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -78,3 +78,14 @@
},
});
};
+
+export const getDeptTreeByNotItself = (deptId,deviceSn) => {
+ return request({
+ url: '/blade-system/dept/getDeptTreeByNotItself',
+ method: 'get',
+ params: {
+ deptId,
+ deviceSn
+ },
+ });
+};
--
Gitblit v1.9.3