diff --git a/api/apiRoute.js b/api/apiRoute.js index 7903f78..f483e37 100644 --- a/api/apiRoute.js +++ b/api/apiRoute.js @@ -198,6 +198,14 @@ export default { }) }, + //销售端-沟通记录-添加 + xs_communicationRecordsAdd(data = {}) { + let url = '/communicationRecords/add' + return http.post(url, data).then(res => { + return res; + }) + }, + diff --git a/pages/market/clue/index.vue b/pages/market/clue/index.vue index f29f3b4..83737f4 100644 --- a/pages/market/clue/index.vue +++ b/pages/market/clue/index.vue @@ -3,8 +3,6 @@ - -