选择企业组件修改;选择联系人组件;工作组项目页面;进度条组件

This commit is contained in:
zhaoxiao
2021-08-27 14:21:11 +08:00
parent 47fb83594c
commit d1f8a2cb51
9 changed files with 818 additions and 62 deletions
+5 -1
View File
@@ -103,6 +103,9 @@ export const transitRESTful = {
http: (url, parameter) => httpAction(getTransitURL(url), parameter),
}
// 通过企业名称获取该企业下的联系人
const getContactsByCompany = (params) => getAction('/company/payContactsManagement/queryByCompany', params)
export {
addRole,
editRole,
@@ -159,7 +162,8 @@ export {
queryMyDepartTreeList,
getUserNoticeInfo,
getDictItemsFromCache,
resetUserPassword
resetUserPassword,
getContactsByCompany
}