Browse Source

no message

xingzai 1 year ago
parent
commit
2e9d7e4b5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/chart_permission.go

+ 1 - 1
controllers/chart_permission.go

@@ -83,7 +83,7 @@ func (this *ChartPermissionAuthController) Detail() {
 			resp.List[k].IsShowSustainable = true
 		}
 	}
-	resp.List = list
+	//resp.List = list
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "获取成功"