yangfeng
2023-08-11 6291de84d5f68f1f1cd90031c18183a2c1489555
src/api/common/other.js
@@ -39,3 +39,11 @@
    method: "get"
  })
}
// 获取服务合同类型
export function getServiceContractTypeList() {
  return request({
    url: "/api/serviceContractType/list",
    method: "get"
  })
}