diff --git a/src/api/modules/api.js b/src/api/modules/api.js index 5e0b91c..4cb9076 100644 --- a/src/api/modules/api.js +++ b/src/api/modules/api.js @@ -894,3 +894,27 @@ export function receptionDataOfSystem(data) { data }) } +// 楼盘统计公司 +export function companyStatistics(query) { + return request({ + url: 'autoSR/cusStageStatistics/companyStatistics', + method:'get', + params:query + }) +} +// 楼盘统计代理商 +export function agentStatistics(query) { + return request({ + url: 'autoSR/cusStageStatistics/agentStatistics', + method:'get', + params:query + }) +} +// 楼盘统计代理商 +export function houseStatistics1(query) { + return request({ + url: 'autoSR/cusStageStatistics/houseStatistics', + method:'get', + params:query + }) +} diff --git a/src/views/Customer/AgentManagement.vue b/src/views/Customer/AgentManagement.vue index 2577ba4..481fec4 100644 --- a/src/views/Customer/AgentManagement.vue +++ b/src/views/Customer/AgentManagement.vue @@ -304,10 +304,10 @@ - + - +