From dc91db9bb3473c3ed058f86f74359e15c035a8a5 Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Mon, 23 Aug 2021 22:13:10 +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