Compare commits
2 Commits
b7c86bc0e5
...
59bad6392e
Author | SHA1 | Date | |
---|---|---|---|
|
59bad6392e | ||
|
781115e5b6 |
|
@ -235,7 +235,7 @@ export default {
|
|||
})
|
||||
},
|
||||
getAllUser() {
|
||||
getAction('sys/user/list').then((res) => {
|
||||
getAction('sys/user/list', {pageNo: 1, pageSize: 999}).then((res) => {
|
||||
if (res.success) {
|
||||
this.userList = res.result.records.map((item) => {
|
||||
return {
|
||||
|
@ -539,6 +539,11 @@ export default {
|
|||
.ant-transfer-list-content-item-text {
|
||||
padding-left: 22px;
|
||||
}
|
||||
.ant-transfer-list-body {
|
||||
position: relative;
|
||||
height: 90%;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.group-name {
|
||||
|
|
Loading…
Reference in New Issue
Block a user