From e3f898bd1f4e964424b7c1a1b1aa2f7fa508ca4f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 06 Sep 2021 17:59:40 +0800
Subject: [PATCH] 成绩查看权限配置,培训公司管理员查看当前培训公司的考试成绩,报名列表同

---
 src/api/system/user.js |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index e2369c7..097f4ed 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -13,6 +13,17 @@
     })
 }
 
+
+export const getListByDeptId = (deptId) => {
+    return request({
+        url: '/api/blade-user/page-security-units',
+        method: 'get',
+        params: {
+            deptId,
+        }
+    })
+}
+
 export const remove = (ids) => {
     return request({
         url: '/api/blade-user/remove',

--
Gitblit v1.9.3