From ed126782bcebb26cb170e3357bd39b11affb4e1f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 09 Sep 2021 14:09:02 +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