From 4f11d6a54ade61ba7daf8ba856014d2f8994badf Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sun, 09 May 2021 08:34:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue

---
 src/api/client/client.js |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/src/api/client/client.js b/src/api/client/client.js
index b8c1451..5273fe3 100644
--- a/src/api/client/client.js
+++ b/src/api/client/client.js
@@ -13,6 +13,39 @@
   })
 }
 
+export const getListliu = (current, size, params,pid) => {
+  return request({
+    url: '/api/blade-jfpts/equipment/equipment/pageDept',
+    method: 'get',
+    params: {
+      pid,
+      current,
+      size,
+      ...params,
+    }
+  })
+}
+// export const getListliuf = (current, size, params,pid) => {
+//   return request({
+//     url: '/api/blade-jfpts/equipment/equipment/pageDept',
+//     method: 'get',
+//     params: {
+//       ...params,
+//       current,
+//       size,
+//       pid,
+//     }
+//   })
+// }
+export const getListliuc = (parentId) => {
+  return request({
+    url: '/api/blade-system/dept/lazy-trees',
+    method: 'get',
+    params: {
+      parentId,
+    }
+  })
+}
 export const getAll = () => {
   return request({
     url: '/api/blade-jfpts/equipment/equipment/listAll',
@@ -87,3 +120,13 @@
   })
 }
 
+export const getBaTree = (id) => {
+  return request({
+    url: '/api/blade-user/pages',
+    method: 'get',
+    params: {
+      id,
+    }
+  })
+}
+

--
Gitblit v1.9.3