|
@@ -1071,7 +1071,7 @@ func (this *ChartClassifyController) ChartClassifyChartListV2() {
|
|
|
allNodes := data.HandleNoPermissionChart(allChartInfo, noPermissionChartIdMap, this.SysUser.AdminId)
|
|
|
|
|
|
for k, item := range allNodes {
|
|
|
- item.Button = data.GetChartOpButton(this.SysUser, item.SysUserId)
|
|
|
+ item.Button = data.GetChartOpButton(this.SysUser, item.SysUserId, item.HaveOperaAuth)
|
|
|
item.Button.AddButton = false
|
|
|
item.Button.OpButton = false
|
|
|
item.Button.DeleteButton = false
|