yangfeng
2023-10-13 c2c73284b6dcc7748091b84b56bdc627fd090619
src/api/serviceManage/serviceContract.js
@@ -1,10 +1,11 @@
import request from "@/common/untils/request.js"
// 服务合同列表
export function getServiceContractList() {
export function getServiceContractList(data) {
  return request({
    url: "/api/serviceContract/list",
    method: "get"
    method: "post",
    data
  })
}
// 添加服务合同