diff --git a/src/views/threeSystems/safetyOperationRegulations/components/list.vue b/src/views/threeSystems/safetyOperationRegulations/components/list.vue index d1eff1c..5ce47c2 100644 --- a/src/views/threeSystems/safetyOperationRegulations/components/list.vue +++ b/src/views/threeSystems/safetyOperationRegulations/components/list.vue @@ -386,16 +386,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 c4f20b2..d0d28da 100644 --- a/src/views/threeSystems/safetyOperationRegulations/components/listEm.vue +++ b/src/views/threeSystems/safetyOperationRegulations/components/listEm.vue @@ -391,16 +391,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 61ab174..f7d117e 100644 --- a/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue +++ b/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue @@ -385,16 +385,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 2a045ba..8792f05 100644 --- a/src/views/threeSystems/safetyProductionManagementSystem/components/listEm.vue +++ b/src/views/threeSystems/safetyProductionManagementSystem/components/listEm.vue @@ -391,7 +391,7 @@ 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', { diff --git a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue index 5906225..781d1fb 100644 --- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue +++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue @@ -385,16 +385,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 e61047b..b5531d2 100644 --- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/listEm.vue +++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/listEm.vue @@ -391,16 +391,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 })