yangfeng
2023-07-28 4fc4068252f1a07e0f42c20ad058a32c87f85a28
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
  })
}
// 添加跟进记录