From eb0210ae7f31361c87d9eae3b2cbcf9c1ade2ab3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 11 Sep 2021 15:32:50 +0800
Subject: [PATCH] 样式
---
src/api/system/user.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 5272d5a..c4c3643 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -13,15 +13,14 @@
})
}
-export const getListSecurity = (current, size, params, deptId) => {
+export const getListSecurity = (current, size, params) => {
return request({
url: '/api/blade-user/page-security',
method: 'get',
params: {
...params,
current,
- size,
- deptId,
+ size
}
})
}
--
Gitblit v1.9.3