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