From a5ee7c758979795f957570820be92e5a1c5dd8a1 Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Sat, 30 Jan 2021 15:44:22 +0800
Subject: [PATCH] 1.设备树状图
---
src/api/client/client.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/api/client/client.js b/src/api/client/client.js
index 6d011f1..8b3e05f 100644
--- a/src/api/client/client.js
+++ b/src/api/client/client.js
@@ -48,3 +48,13 @@
})
}
+export const getDeptLazyTree = (parentId) => {
+ return request({
+ url: '/api/blade-jfpts/catalogs/catalogs/lazy-tree',
+ method: 'get',
+ params: {
+ parentId
+ }
+ })
+}
+
--
Gitblit v1.9.3