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