Selaa lähdekoodia

Merge remote-tracking branch 'origin/debug' into debug

ziwen 1 vuosi sitten
vanhempi
commit
8364e73fc0
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      controllers/data_manage/chart_classify.go

+ 3 - 0
controllers/data_manage/chart_classify.go

@@ -1037,6 +1037,9 @@ func (this *ChartClassifyController) ChartClassifyChartListV2() {
 
 	for k, item := range allNodes {
 		item.Button = data.GetChartOpButton(this.SysUser, item.SysUserId)
+		item.Button.AddButton = false
+		item.Button.OpButton = false
+		item.Button.DeleteButton = false
 		allNodes[k] = item
 	}