From f97f278ebb00c6cc046f1110ffa524ff14f81ba2 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 10 十一月 2023 11:21:55 +0800
Subject: [PATCH] 新建跟进记录-联系人搜索失败提示

---
 src/api/serviceManage/serviceFollowup.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/api/serviceManage/serviceFollowup.js b/src/api/serviceManage/serviceFollowup.js
index e7575be..3ca3f47 100644
--- a/src/api/serviceManage/serviceFollowup.js
+++ b/src/api/serviceManage/serviceFollowup.js
@@ -1,10 +1,11 @@
 import request from "@/common/untils/request.js"
 
 // 鏈嶅姟鍥炶鍗曞垪琛�
-export function getServiceFollowupList() {
+export function getServiceFollowupList(data) {
   return request({
     url: "/api/serviceFollowup/list",
-    method: "get"
+    method: "post",
+    data
   })
 }
 // 娣诲姞鏈嶅姟鍥炶鍗�

--
Gitblit v1.8.0