zwxi 5 months ago
parent
commit
8a48e73c2f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      controllers/bi_dashboard.go
  2. 1 1
      models/bi_dashboard/bi_dashboard_classify.go

+ 1 - 1
controllers/bi_dashboard.go

@@ -634,9 +634,9 @@ func (this *BIDaShboardController) PublicList() {
 					}
 				}
 
-				resp = append(resp, tmpItem)
 			}
 		}
+		resp = append(resp, tmpItem)
 	}
 
 	br.Ret = 200

+ 1 - 1
models/bi_dashboard/bi_dashboard_classify.go

@@ -117,4 +117,4 @@ type RespPublicGroupListItem struct {
 	AdminId       int    `description:"目录创建者账号ID"`
 	DashboardList []*BiDashboard
 	Children      []*RespPublicGroupListItem
-}
+}