diff --git a/src/api/system/user.js b/src/api/system/user.js index 02a38d0..52ae240 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -13,6 +13,15 @@ }) } +// 用户查询 +export function getUserSimpleList(params) { + return request({ + url: 'mgr/simplelist', + method: 'post', + params + }) +} + // 添加用户 export function addUser(params) { return request({ diff --git a/src/api/system/user.js b/src/api/system/user.js index 02a38d0..52ae240 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -13,6 +13,15 @@ }) } +// 用户查询 +export function getUserSimpleList(params) { + return request({ + url: 'mgr/simplelist', + method: 'post', + params + }) +} + // 添加用户 export function addUser(params) { return request({ diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index 75a389b..53de5aa 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -74,6 +74,4 @@ .no-bottom-el-form-item{ margin-bottom: 0; } -.el-scrollbar__wrap { - overflow-x: hidden; -} +