From 48adbb5e7759f33efb0a97c8baf22aaebba7987a Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 25 十月 2023 17:30:58 +0800 Subject: [PATCH] 销售明细单、销售退货单选择产品逻辑修改及新增字段 --- src/api/client/followupRecords.js | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/api/client/followupRecords.js b/src/api/client/followupRecords.js index e76bd53..de9a91f 100644 --- a/src/api/client/followupRecords.js +++ b/src/api/client/followupRecords.js @@ -1,10 +1,11 @@ import request from "@/common/untils/request.js" // 璺熻繘璁板綍鍒楄〃 -export function getFollowRecordList() { +export function getFollowRecordList(data) { return request({ url: "/api/followRecord/list", - method: "get" + method: "post", + data }) } // 娣诲姞璺熻繘璁板綍 @@ -31,3 +32,11 @@ data }) } + +// 鑱旂郴鏂瑰紡鍒楄〃 +export function getContactInfoList() { + return request({ + url: "/api/contactInformation/list", + method: "get" + }) +} -- Gitblit v1.8.0