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