From 3fbef64591ee92b966e9d958a86c4709c69cf35b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 26 Apr 2021 16:44:29 +0800
Subject: [PATCH] 修改

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

diff --git a/src/api/client/client.js b/src/api/client/client.js
index 1f77856..28cb76d 100644
--- a/src/api/client/client.js
+++ b/src/api/client/client.js
@@ -13,6 +13,18 @@
   })
 }
 
+export const getListliu = (current, size, params,pid) => {
+  return request({
+    url: '/api/blade-jfpts/equipment/equipment/pageDept',
+    method: 'get',
+    params: {
+      ...params,
+      current,
+      size,
+      pid,
+    }
+  })
+}
 export const getAll = () => {
   return request({
     url: '/api/blade-jfpts/equipment/equipment/listAll',

--
Gitblit v1.9.3