haoxuan
2023-11-01 d77e006ffa14f076be9df4c5b77cf12ee6735434
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
  })
}
// 添加服务回访单