[update] - 收入合同-新增页面-增加从iop系统同步合同数据的功能2

This commit is contained in:
fengchenchen
2022-04-06 15:29:22 +08:00
parent aa83c54c9c
commit d934f20e76
3 changed files with 40 additions and 11 deletions
+4 -1
View File
@@ -13,11 +13,14 @@ const getContractPage = (params) => postAction('/payResearchProject/payResearchP
const getContractList = (params) => postAction('/payResearchProject/payResearchProject/listForThreeContract',params)
//合同台账详情接口
const getContractById = (params) => getAction(`/payResearchProject/payResearchProject/oneForThreeContract`,params)
// 通过 公司名称获取公司的相关信息
const getCompanyByName = (params) => getAction(`/company/payCompanyManagement/getCompanyByName`,params)
export {
getAccessToken,
refreshToken,
getContractPage,
getContractList,
getContractById
getContractById,
getCompanyByName
}