diff --git a/src/api/modules/api.js b/src/api/modules/api.js
index 0c0ed41..5e0b91c 100644
--- a/src/api/modules/api.js
+++ b/src/api/modules/api.js
@@ -877,3 +877,20 @@ export function houseTrends(data) {
data
})
}
+// 趋势分析tab
+export function receptionOverviewOfSystem(data) {
+ return request({
+ url: 'autoSR/cusStageStatistics/receptionOverviewOfSystem',
+ method:'post',
+ data
+ })
+}
+
+// 趋势分析折线图
+export function receptionDataOfSystem(data) {
+ return request({
+ url: 'autoSR/cusStageStatistics/receptionDataOfSystem',
+ method:'post',
+ data
+ })
+}
diff --git a/src/views/Customer/AgentManagement.vue b/src/views/Customer/AgentManagement.vue
index 5daf0a8..2577ba4 100644
--- a/src/views/Customer/AgentManagement.vue
+++ b/src/views/Customer/AgentManagement.vue
@@ -221,10 +221,10 @@
-->