yangfeng
2023-07-28 4fc4068252f1a07e0f42c20ad058a32c87f85a28
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
  })
}
// 添加服务回访单