diff --git a/src/api/modules/http.js b/src/api/modules/http.js index 4ae9665..0f29737 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -844,3 +844,13 @@ export function operationStatisticsDetail(query) { }) } +// 单/批量转交客户至另一个顾问 + +export function theCirculation(query) { + return request({ + url: 'autoSR/customer/theCirculation', + method: 'get', + params: query + }) +} + diff --git a/src/page/wel.vue b/src/page/wel.vue index a58da02..fbf5d22 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -351,14 +351,14 @@