普通项目、工作组项目关联收入合同校验,bug修改
This commit is contained in:
@@ -76,6 +76,8 @@ const sysReminders = (param) => postAction('/reminders/edit', param)
|
||||
const checkCompanyAduit = (param) => getAction('/payMailContract/payMailContract/check', param)
|
||||
// 获取全部部门
|
||||
const getAllDepartTreeList = (param) => getAction('/sys/sysDepart/queryTreeAllList', param)
|
||||
// 验证项目是否关联合同
|
||||
const getIsAssociatedProject = (param) => getAction('/contract/payIncomeContract/getAssociatedProject', param)
|
||||
|
||||
export {
|
||||
getWorkingGroupById,
|
||||
@@ -115,5 +117,6 @@ export {
|
||||
homePageDataStatistics,
|
||||
sysReminders,
|
||||
checkCompanyAduit,
|
||||
getAllDepartTreeList
|
||||
getAllDepartTreeList,
|
||||
getIsAssociatedProject
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user