zuozhengqing
2024-01-03 ab95709b5d4009b414bf096cd81f2fe6fcae3d00
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
  })
}
// 添加服务回访单