网格大屏需求变更
This commit is contained in:
@@ -376,7 +376,7 @@
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
if (level === '2') {
|
||||
if (id) {
|
||||
this.getUserList(id)
|
||||
} else {
|
||||
this.isLoading = false
|
||||
@@ -395,6 +395,7 @@
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
console.log(res.data)
|
||||
const userList = res.data.records.map(v => {
|
||||
return {
|
||||
...v,
|
||||
@@ -424,7 +425,6 @@
|
||||
},
|
||||
|
||||
formatList (list) {
|
||||
console.log(list)
|
||||
return list.map(item => {
|
||||
let userList = []
|
||||
const girdMemberManageList = item.girdMemberManageList ? item.girdMemberManageList.map(v => {
|
||||
|
||||
Reference in New Issue
Block a user