From d9a9411447f13fe8be746bb0991953230cc2fb2d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 18 Sep 2021 09:36:51 +0800
Subject: [PATCH] 无保安证书情况
---
src/api/system/user.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 097f4ed..0c21d46 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -14,12 +14,13 @@
}
-export const getListByDeptId = (deptId) => {
+export const getListByDeptId = (deptId, status) => {
return request({
url: '/api/blade-user/page-security-units',
method: 'get',
params: {
deptId,
+ status
}
})
}
--
Gitblit v1.9.3