From 8cbb44a2182a992faeeb0c1fa08e64fb104ae75c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 30 Nov 2021 14:30:18 +0800
Subject: [PATCH] 武装修改

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

diff --git a/src/api/securityCompany/securityCompany.js b/src/api/securityCompany/securityCompany.js
index 58ba252..b80ab11 100644
--- a/src/api/securityCompany/securityCompany.js
+++ b/src/api/securityCompany/securityCompany.js
@@ -11,4 +11,68 @@
             deptId
         }
     })
+}
+export const getListestaff = (current, size, params, deptId) => {
+    return request({
+        url: '/api/blade-user/page-security',
+        method: 'get',
+        params: {
+            ...params,
+            current,
+            size,
+            deptId
+        }
+    })
+}
+
+// export const getListeservice = (current, size, params, deptId) => {
+//     return request({
+//         url: '/api/blade-user/page',
+//         method: 'get',
+//         params: {
+//             ...params,
+//             current,
+//             size,
+//             deptId
+//         }
+//     })
+// }
+
+export const getdatas = (current, size, params) => {
+    return request({
+        url: '/api/dispatcherUnit/page',
+        method: 'get',
+        params: {
+            ...params,
+            current,
+            size,
+        }
+    })
+}
+
+
+export const getListeservice = (current, size, params, deptId) => {
+    return request({
+        url: '/api/dispatcher/page',
+        method: 'get',
+        params: {
+            ...params,
+            current,
+            size,
+            deptId
+        }
+    })
+}
+
+export const getListeenclosure = (current, size, params, deptid) => {
+    return request({
+        url: '/api/blade-resource/attach/list',
+        method: 'get',
+        params: {
+            ...params,
+            current,
+            size,
+            deptid
+        }
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3