haoxuan
2023-10-17 0bdc7d10c8c4b13a993f5f1474b7fb2fc8c88fc9
src/api/serviceManage/serviceFollowup.js
File was renamed from src/api/service/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
  })
}
// 添加服务回访单