网格大屏需求变更

This commit is contained in:
yanran200730
2022-06-16 11:47:00 +08:00
parent 942078e3fd
commit 2dbdc7a4c4

View File

@@ -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 => {