【bug】更换分标委会议发布的接口
This commit is contained in:
@@ -6,6 +6,8 @@ const getWorkingGroupById = (params) => getAction('/project/payWorkingGroup/quer
|
||||
const getChargeNotice = (param) => getAction('/project/payWorkingGroupSubitem/getCharge', param)
|
||||
// 工作组会议的发布提醒
|
||||
const publishRemind = (param) => postAction('/meeting/workGroupMeeting/publishReminder', param)
|
||||
// 分标委会议的发布提醒
|
||||
const commitePublishRemind = (param) => postAction('/meeting/committeeMeeting/publishReminder',param)
|
||||
// 通过id获取收入合同信息
|
||||
const getRevenueContractById = (param) => getAction('/contract/payIncomeContract/queryById', param)
|
||||
// 收入合同审核
|
||||
@@ -83,6 +85,7 @@ export {
|
||||
getWorkingGroupById,
|
||||
getChargeNotice,
|
||||
publishRemind,
|
||||
commitePublishRemind,
|
||||
getRevenueContractById,
|
||||
aduitRevenueContract,
|
||||
associatedProject,
|
||||
|
||||
Reference in New Issue
Block a user