Browse Source

公共分类列表

zwxi 5 months ago
parent
commit
75ed46b03a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/bi_dashboard.go

+ 1 - 1
controllers/bi_dashboard.go

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