company/src/api/business/company.js
@@ -55,3 +55,8 @@ export function updateSolutions (data) { return request.post('/business/company/updateSolutions', data) } // 查询当前企业进行集团申请可以申请的企业 export function findAllCompanyList (data) { return request.post('/business/company/findAllCompanyList', data) }