MrShi
2024-11-15 30cfb2b836a8a3d609518cc295753b58b17a9bc7
company/src/api/business/solutions.js
@@ -41,3 +41,9 @@
export function getNewVersion (id) {
    return request.get(`/business/solutions/getNewVersion?solutionId=${id}`)
}
// 查询企业可使用方案(已签署)
export function getUseList (companyId, dateType) {
    return request.get(`/business/solutions/getUseList?companyId=${companyId}&dateType=${dateType}`)
}