yangfeng
2023-07-31 9556ecc3c377d2e8e8d3659b7c56f9e35ff0c626
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
  })
}
// 添加服务合同