From c8a9c92eeaf0c41a9105d492d9d662b6b92e7ebd Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Fri, 27 Aug 2021 15:05:15 +0800
Subject: [PATCH] 心里咨询
---
src/api/securityCompany/securityCompany.js | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 51 insertions(+), 0 deletions(-)
diff --git a/src/api/securityCompany/securityCompany.js b/src/api/securityCompany/securityCompany.js
index 58ba252..cfd68be 100644
--- a/src/api/securityCompany/securityCompany.js
+++ b/src/api/securityCompany/securityCompany.js
@@ -11,4 +11,55 @@
deptId
}
})
+}
+export const getListestaff = (current, size, params, deptId) => {
+ return request({
+ url: '/api/blade-user/page',
+ 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 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