bug修改

This commit is contained in:
zhaoxiao
2021-10-13 15:24:35 +08:00
parent 896ad36e6a
commit e274635dc5
10 changed files with 109 additions and 82 deletions
+4 -1
View File
@@ -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
}