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 @@