diff --git a/src/api/GBC/GBC.js b/src/api/GBC/GBC.js index d0ffadc0e..b35f66e8f 100644 --- a/src/api/GBC/GBC.js +++ b/src/api/GBC/GBC.js @@ -54,38 +54,5 @@ export function getGBCprojectlistByYear(data) { }) } -// 查询项目下的客户列表 -export function getGBCappntlist(data) { - return request({ - url: getUrl('/sale/gbc/appnt/list', 1), - method: 'post', - data - }) -} -// 查询项目下的客户列表 -export function getGBCappntDetail(data) { - return request({ - url: getUrl('/sale/gbc/appnt/detail', 1), - method: 'post', - data - }) -} -// 保存客户类型 -export function getGBCappntTypeSave(data) { - return request({ - url: getUrl('/sale/gbc/appnt/type/save', 1), - method: 'post', - data - }) -} - -// 保存客户沟通记录 -export function getGBCappntConnectSave(data) { - return request({ - url: getUrl('/sale/gbc/appnt/connect/save', 1), - method: 'post', - data - }) -} \ No newline at end of file diff --git a/src/views/GBC/home.vue b/src/views/GBC/home.vue index 01ca36aac..df1cbeed9 100644 --- a/src/views/GBC/home.vue +++ b/src/views/GBC/home.vue @@ -46,7 +46,12 @@
- {{item.projectName}} + + {{item.projectName}} + + ({{item.teamName}}) + +