From b8dfc98b089e47fdb3e269941bbd2de3f7fb7de1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 13 Sep 2021 17:14:57 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises

---
 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