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