diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue index 87b9d894..109a2e43 100644 --- a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue +++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue @@ -22,7 +22,9 @@ {{ record.folderName }} -
+
adminRoleList.includes(tt)) + if (isAdmin) { + return true + } + const authManageArr = authManageIds.split(',') + if (authManageArr.includes(this.userInfo.id)) { + return true + } + return false } } }