网格大屏bug
This commit is contained in:
@@ -345,8 +345,8 @@
|
||||
this.instance.post(`/app/appgirdinfo/listAllGirdAndMemberByTop?id=${id || ''}`).then((res) => {
|
||||
if (res.code == 0) {
|
||||
const chartData = this.formatList([res.data])
|
||||
if (res.data && res.data.parentGirdInfo) {
|
||||
const parentGirdInfo = res.data.parentGirdInfo
|
||||
if (res.data) {
|
||||
const parentGirdInfo = res.data
|
||||
const girdMemberList = parentGirdInfo.girdMemberManageList ? parentGirdInfo.girdMemberManageList.map(v => {
|
||||
return {
|
||||
...v,
|
||||
@@ -395,7 +395,6 @@
|
||||
}
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
console.log(res.data)
|
||||
const userList = res.data.records.map(v => {
|
||||
return {
|
||||
...v,
|
||||
|
||||
Reference in New Issue
Block a user