diff --git a/src/api/modules/http.js b/src/api/modules/http.js index 56cc2ff..b457a65 100644 --- a/src/api/modules/http.js +++ b/src/api/modules/http.js @@ -911,4 +911,25 @@ export function updateRead(params) { method: 'get', params }) -} \ No newline at end of file +} + + +// 获取销讲业务模板 +export function marketingBusiness(params) { + return request({ + url: 'autoSR/api/customer/marketingBusiness', + method: 'get', + params + }) +} + + +// 检测销讲模板名称是否重复 +export function findByRepetitionName(params) { + return request({ + url: 'autoSR/template/findByRepetitionName', + method: 'get', + params + }) +} + diff --git a/src/views/Customer/index.vue b/src/views/Customer/index.vue index 74ff414..8f93966 100644 --- a/src/views/Customer/index.vue +++ b/src/views/Customer/index.vue @@ -22,13 +22,13 @@