diff --git a/src/views/threeSystems/safetyOperationRegulations/components/list.vue b/src/views/threeSystems/safetyOperationRegulations/components/list.vue index 9ecea4a..9b6765b 100644 --- a/src/views/threeSystems/safetyOperationRegulations/components/list.vue +++ b/src/views/threeSystems/safetyOperationRegulations/components/list.vue @@ -418,16 +418,16 @@ export default { }) }, hasButton: function() { - var keys = 'textlibrary:add,textlibrary:del,textlibrary:edit,toExcel' + var keys = 'textlibraryOne:add,textlibraryOne:del,textlibraryOne:edit,toExcel' requestFN( '/head/hasButton', { keys: keys } ).then((data) => { - this.add = data.textlibraryfhadminadd // 新增权限 - this.del = data.textlibraryfhadmindel // 删除权限 - this.edit = data.textlibraryfhadminedit // 修改权限 + this.add = data.textlibraryOnefhadminadd // 新增权限 + this.del = data.textlibraryOnefhadmindel // 删除权限 + this.edit = data.textlibraryOnefhadminedit // 修改权限 }).catch((e) => { this.listLoading = false }) diff --git a/src/views/threeSystems/safetyOperationRegulations/components/listEm.vue b/src/views/threeSystems/safetyOperationRegulations/components/listEm.vue index d2ceb25..30f8adc 100644 --- a/src/views/threeSystems/safetyOperationRegulations/components/listEm.vue +++ b/src/views/threeSystems/safetyOperationRegulations/components/listEm.vue @@ -398,16 +398,16 @@ export default { }) }, hasButton: function() { - var keys = 'textlibrary:add,textlibrary:del,textlibrary:edit,toExcel' + var keys = 'textlibraryOne:add,textlibraryOne:del,textlibraryOne:edit,toExcel' requestFN( '/head/hasButton', { keys: keys } ).then((data) => { - this.add = data.textlibraryfhadminadd // 新增权限 - this.del = data.textlibraryfhadmindel // 删除权限 - this.edit = data.textlibraryfhadminedit // 修改权限 + this.add = data.textlibraryOnefhadminadd // 新增权限 + this.del = data.textlibraryOnefhadmindel // 删除权限 + this.edit = data.textlibraryOnefhadminedit // 修改权限 }).catch((e) => { this.listLoading = false }) diff --git a/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue b/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue index a5ae744..0665d06 100644 --- a/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue +++ b/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue @@ -418,16 +418,16 @@ export default { }) }, hasButton: function() { - var keys = 'textlibrary:add,textlibrary:del,textlibrary:edit,toExcel' + var keys = 'textlibraryTwo:add,textlibraryTwo:del,textlibraryTwo:edit,toExcel' requestFN( '/head/hasButton', { 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 }) diff --git a/src/views/threeSystems/safetyProductionManagementSystem/components/listEm.vue b/src/views/threeSystems/safetyProductionManagementSystem/components/listEm.vue index b82b435..0dddbb2 100644 --- a/src/views/threeSystems/safetyProductionManagementSystem/components/listEm.vue +++ b/src/views/threeSystems/safetyProductionManagementSystem/components/listEm.vue @@ -398,16 +398,16 @@ export default { }) }, hasButton: function() { - var keys = 'textlibrary:add,textlibrary:del,textlibrary:edit,toExcel' + var keys = 'textlibraryTwo:add,textlibraryTwo:del,textlibraryTwo:edit,toExcel' requestFN( '/head/hasButton', { 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 }) diff --git a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue index 54d6620..629a765 100644 --- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue +++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue @@ -455,16 +455,16 @@ export default { }) }, hasButton: function() { - var keys = 'textlibrary:add,textlibrary:del,textlibrary:edit,toExcel' + var keys = 'textlibraryThree:add,textlibraryThree:del,textlibraryThree:edit,toExcel' requestFN( '/head/hasButton', { keys: keys } ).then((data) => { - this.add = data.textlibraryfhadminadd // 新增权限 - this.del = data.textlibraryfhadmindel // 删除权限 - this.edit = data.textlibraryfhadminedit // 修改权限 + this.add = data.textlibraryThreefhadminadd // 新增权限 + this.del = data.textlibraryThreefhadmindel // 删除权限 + this.edit = data.textlibraryThreefhadminedit // 修改权限 }).catch((e) => { this.listLoading = false }) diff --git a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/listEm.vue b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/listEm.vue index 2376d5f..454eb6a 100644 --- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/listEm.vue +++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/listEm.vue @@ -399,16 +399,16 @@ export default { }) }, hasButton: function() { - var keys = 'textlibrary:add,textlibrary:del,textlibrary:edit,toExcel' + var keys = 'textlibraryThree:add,textlibraryThree:del,textlibraryThree:edit,toExcel' requestFN( '/head/hasButton', { keys: keys } ).then((data) => { - this.add = data.textlibraryfhadminadd // 新增权限 - this.del = data.textlibraryfhadmindel // 删除权限 - this.edit = data.textlibraryfhadminedit // 修改权限 + this.add = data.textlibraryThreefhadminadd // 新增权限 + this.del = data.textlibraryThreefhadmindel // 删除权限 + this.edit = data.textlibraryThreefhadminedit // 修改权限 }).catch((e) => { this.listLoading = false })