fix:解决异常报警 联系人组 用户接口返回只有十条数据问题
This commit is contained in:
parent
dda6b9fb8e
commit
781115e5b6
|
@ -235,7 +235,7 @@ export default {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
getAllUser() {
|
getAllUser() {
|
||||||
getAction('sys/user/list').then((res) => {
|
getAction('sys/user/list', {pageNo: 1, pageSize: 999}).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,6 +539,11 @@ 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