diff --git a/src/views/modules/sys/role.vue b/src/views/modules/sys/role.vue
index 55e2720..a54bfdd 100644
--- a/src/views/modules/sys/role.vue
+++ b/src/views/modules/sys/role.vue
@@ -43,7 +43,6 @@
{{buttons.edit||'修改'}}
{{buttons.delete|| '删除'}}
-
@@ -58,11 +57,7 @@
-
-
-
@@ -74,11 +69,10 @@ import {
saveButtonList,
} from "@/api/sysLanguage.js"
import AddOrUpdate from './role-add-or-update'
- import authCustomerReport from '../report/com_auth_customer_report' /**/
+
export default {
data () {
return {
- showAuthCustomerReportFlag: false,
dataForm: {
roleName: ''
},
@@ -104,7 +98,6 @@ import {
},
components: {
AddOrUpdate,
- authCustomerReport,/*报表赋权限*/
},
activated () {
this.getDataList()
@@ -192,14 +185,6 @@ import {
})
}).catch(() => {})
},
-
- /*给角色报表赋权限*/
- showAuthCustomerReportModal(currentRow){
- this.$nextTick(() => {
- this.showAuthCustomerReportFlag = true;
- this.$refs.authCustomerReport.init(currentRow);
- });
- },
},
created() {
this.getFunctionButtonList()