|
@@ -641,10 +641,10 @@ func (this *BIDaShboardController) PublicList() {
|
|
|
if vv.BiDashboardClassifyId == c.BiDashboardClassifyId {
|
|
|
tmpRespGroupListItem.DashboardList = append(tmpRespGroupListItem.DashboardList, vv)
|
|
|
tmpItem.Children = append(tmpItem.Children, tmpRespGroupListItem)
|
|
|
- resp = append(resp, tmpItem)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ resp = append(resp, tmpItem)
|
|
|
}
|
|
|
}
|
|
|
|