From cea09bfcd9175c018777400ecc8914e198b6f2a0 Mon Sep 17 00:00:00 2001 From: Rui_Li <877258667@qq.com> Date: Tue, 19 Apr 2022 14:46:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E5=88=B6=E6=8A=A5=E8=A1=A8=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/com_auth_customer_report.js | 4 +- .../report/com_auth_customer_report.vue | 112 +++++++++++------- src/views/modules/report/report_manage.vue | 6 +- .../modules/report/user_customer_report.vue | 6 +- src/views/modules/sys/role.vue | 24 +++- 5 files changed, 98 insertions(+), 54 deletions(-) diff --git a/src/api/report/com_auth_customer_report.js b/src/api/report/com_auth_customer_report.js index ec15ca1..5842472 100644 --- a/src/api/report/com_auth_customer_report.js +++ b/src/api/report/com_auth_customer_report.js @@ -1,7 +1,7 @@ import { createAPI } from '@/utils/httpRequest.js' // 获取查询列 -export const getAuthRoles = data => createAPI('report/getAuthRoles', 'POST', data) +export const getCustomerReportAuths = data => createAPI('report/getCustomerReportAuths', 'POST', data) // 赋值权限 -export const saveAuthCustomerReport = data => createAPI('report/saveAuthSingleCustomerReport', 'POST', data) +export const saveCustomerReportAuths = data => createAPI('report/saveCustomerReportAuths', 'POST', data) diff --git a/src/views/modules/report/com_auth_customer_report.vue b/src/views/modules/report/com_auth_customer_report.vue index 6386f34..37dfd95 100644 --- a/src/views/modules/report/com_auth_customer_report.vue +++ b/src/views/modules/report/com_auth_customer_report.vue @@ -1,7 +1,7 @@