|
@@ -7616,6 +7616,7 @@ func (this *CompanyController) PermissionList() {
|
|
|
for _, v := range permissionClassifyArr {
|
|
|
checkList := make([]int, 0)
|
|
|
plist := new(company.PermissionLookList)
|
|
|
+ plist.Items = make([]*company.PermissionLookItem, 0)
|
|
|
items, err := company.GetPermissionLookItemsByParentId(classifyMap[companyType], v.ChartPermissionId)
|
|
|
if err != nil {
|
|
|
br.Msg = "获取失败"
|