会议参会人报名

This commit is contained in:
fengachen
2021-09-22 17:02:13 +08:00
parent d60c587f71
commit c14c920dad
6 changed files with 14 additions and 12 deletions
+2 -2
View File
@@ -109,9 +109,9 @@ export const transitRESTful = {
}
// 通过企业名称获取该企业下的联系人
const getContactsByCompany = (params) => getAction('/company/payContactsManagement/queryByCompany', params)
const getContactsByCompany = (params) => getAction('/company/payContactsManagement/queryByCompanyMeeting', params)
// 通过联系人id获取联系人信息
const getContactsById = (param) => getAction('/company/payContactsManagement/queryById', param)
const getContactsById = (param) => getAction('/company/payContactsManagement/queryByIdMeeting', param)
export {
addRole,