zwxi 4 luni în urmă
părinte
comite
3b51d789e8
1 a modificat fișierele cu 2 adăugiri și 4 ștergeri
  1. 2 4
      controllers/bi_dashboard.go

+ 2 - 4
controllers/bi_dashboard.go

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