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