From 903851a446ccd5054799009f4632b4f07b121111 Mon Sep 17 00:00:00 2001
From: wangzeyan <258785420@qq.com>
Date: Mon, 23 Jun 2025 13:47:36 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/apiRoute.js | 6 +++++-
pages/market/clue/clue_info.vue | 14 ++++----------
2 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/api/apiRoute.js b/api/apiRoute.js
index 1b83819..1c17ad9 100644
--- a/api/apiRoute.js
+++ b/api/apiRoute.js
@@ -325,5 +325,9 @@ export default {
//学生端-订单管理-添加
async xy_orderTableAdd(data = {}) {
return await http.post('/xy/orderTable/add', data);
- }
+ },
+
+ async listCallUp(data={}) {
+ return await http.get('/member/list_call_up', data);
+ },
}
\ No newline at end of file
diff --git a/pages/market/clue/clue_info.vue b/pages/market/clue/clue_info.vue
index 830f99c..6c41db7 100644
--- a/pages/market/clue/clue_info.vue
+++ b/pages/market/clue/clue_info.vue
@@ -49,9 +49,9 @@
基本资料
- 跟进记录
-
+ -->
通话记录
@@ -309,7 +309,7 @@
async init(){
await this.getInfo()//客户详情
this.getUserInfo()//获取当前登录的员工信息
- // this.getListCallUp()//获取通话记录
+ this.getListCallUp()//获取通话记录
},
//获取当前登录的员工信息
@@ -365,7 +365,7 @@
let data = {
sales_id:this.resource_sharing_id//
}
- let res = await marketApi.listCallUp(data)
+ let res = await apiRoute.listCallUp(data)
if(res.code != 1){
uni.showToast({
title: res.msg,
@@ -376,12 +376,6 @@
this.listCallUp = res.data
},
- //跳转页面-添加跟进记录
- openViewWritingFollowUp() {
- this.$navigateTo({
- url: `/pages/market/clue/writing_followUp`
- })
- },
//跳转页面-编辑客户详情
openViewEditClues(){
let resource_sharing_id = this.resource_sharing_id//共享资源表id