diff --git a/src/views/threeSystems/safetyProductionManagementSystem/components/listEm.vue b/src/views/threeSystems/safetyProductionManagementSystem/components/listEm.vue index 14dfcfc..436e2ab 100644 --- a/src/views/threeSystems/safetyProductionManagementSystem/components/listEm.vue +++ b/src/views/threeSystems/safetyProductionManagementSystem/components/listEm.vue @@ -400,9 +400,9 @@ export default { keys: keys } ).then((data) => { - this.add = data.textlibraryfhadminadd // 新增权限 - this.del = data.textlibraryfhadmindel // 删除权限 - this.edit = data.textlibraryfhadminedit // 修改权限 + this.add = data.textlibraryTwofhadminadd // 新增权限 + this.del = data.textlibraryTwofhadmindel // 删除权限 + this.edit = data.textlibraryTwofhadminedit // 修改权限 }).catch((e) => { this.listLoading = false })