【bug】更换分标委会议发布的接口

This commit is contained in:
fengachen
2021-10-28 20:27:26 +08:00
parent 7175b0945c
commit 828c17142e
3 changed files with 38 additions and 16 deletions
+3
View File
@@ -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,