企业管理、联系人管理bug修改

This commit is contained in:
zhaoxiao
2021-08-30 17:05:38 +08:00
parent ffd41c4761
commit f24acddbf5
6 changed files with 55 additions and 28 deletions
+4 -1
View File
@@ -106,6 +106,8 @@ export const transitRESTful = {
// 通过企业名称获取该企业下的联系人
const getContactsByCompany = (params) => getAction('/company/payContactsManagement/queryByCompany', params)
// 通过联系人id获取联系人信息
const getContactsById = (param) => getAction('/company/payContactsManagement/queryById', param)
export {
addRole,
@@ -165,7 +167,8 @@ export {
getDictItemsFromCache,
resetUserPassword,
getContactsByCompany,
queryallRoles
queryallRoles,
getContactsById
}