|
@@ -64,7 +64,7 @@ func (this *IndustrialManagementController) ChartPermissionList() {
|
|
|
resp.List = append(resp.List, item)
|
|
|
} else {
|
|
|
for _, v := range list {
|
|
|
- if v.PermissionName != utils.CHART_PERMISSION_NAME_MF_YANXUAN && isHideResearch {
|
|
|
+ if v.PermissionName == utils.CHART_PERMISSION_NAME_MF_YANXUAN && isHideResearch {
|
|
|
continue
|
|
|
}
|
|
|
resp.List = append(resp.List, v)
|