bug修改
This commit is contained in:
@@ -74,6 +74,8 @@ const homePageDataStatistics = (param) => getAction('/home/dataStatistics', para
|
||||
const sysReminders = (param) => postAction('/reminders/edit', param)
|
||||
// 检测企业审核是否通过
|
||||
const checkCompanyAduit = (param) => getAction('/payMailContract/payMailContract/check', param)
|
||||
// 获取全部部门
|
||||
const getAllDepartTreeList = (param) => getAction('/sys/sysDepart/queryTreeAllList', param)
|
||||
|
||||
export {
|
||||
getWorkingGroupById,
|
||||
@@ -112,5 +114,6 @@ export {
|
||||
homePageStatistics,
|
||||
homePageDataStatistics,
|
||||
sysReminders,
|
||||
checkCompanyAduit
|
||||
checkCompanyAduit,
|
||||
getAllDepartTreeList
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user