系统催款,企业管理开户行、银行账号改为选填,项目详情邮寄人字段修改
This commit is contained in:
@@ -68,6 +68,8 @@ const checkoutWorkingGroupPrincipal = (param) => getAction('/project/payWorkingG
|
||||
const homePageStatistics = (param) => getAction('/statistics/principalPeople/firstPage', param)
|
||||
// 首页数据统计
|
||||
const homePageDataStatistics = (param) => getAction('/home/dataStatistics', param)
|
||||
// 系统催款
|
||||
const sysReminders = (param) => postAction('/reminders/edit', param)
|
||||
|
||||
export {
|
||||
getWorkingGroupById,
|
||||
@@ -103,5 +105,6 @@ export {
|
||||
copyWorkingGroup,
|
||||
checkoutWorkingGroupPrincipal,
|
||||
homePageStatistics,
|
||||
homePageDataStatistics
|
||||
homePageDataStatistics,
|
||||
sysReminders
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user