|
@@ -633,13 +633,11 @@ func (this *BIDaShboardController) PublicList() {
|
|
|
}
|
|
|
|
|
|
for _, vv := range respGroupNameListItemList {
|
|
|
- if vv.BiDashboardClassifyId == c.BiDashboardClassifyId {
|
|
|
tmpRespGroupListItem.DashboardList = append(tmpRespGroupListItem.DashboardList, vv)
|
|
|
- tmpItem.Children = append(tmpItem.Children, tmpRespGroupListItem)
|
|
|
- }
|
|
|
}
|
|
|
+ resp = append(resp, tmpRespGroupListItem)
|
|
|
}
|
|
|
- resp = append(resp, tmpItem)
|
|
|
+
|
|
|
|
|
|
br.Ret = 200
|
|
|
br.Success = true
|