diff --git a/src/api/modules/http.js b/src/api/modules/http.js index 011995f..688219b 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -1644,4 +1644,13 @@ export function explainDel(params) { params }) } +// 销讲阶段 列表 +export function customerFindExplain(params) { + return request({ + url: 'autoSR/customer/findExplain', + method: 'get', + params + }) +} + diff --git a/src/views/Customer/labels.vue b/src/views/Customer/labels.vue index bade758..f08fa9a 100644 --- a/src/views/Customer/labels.vue +++ b/src/views/Customer/labels.vue @@ -1,7 +1,7 @@