【开发】理事会编辑 查询 发布提醒修改

This commit is contained in:
fengachen
2021-12-15 10:27:37 +08:00
parent 5c4db61396
commit 89d2fc1811
6 changed files with 79 additions and 15 deletions
+3
View File
@@ -8,6 +8,8 @@ const getChargeNotice = (param) => getAction('/project/payWorkingGroupSubitem/ge
const publishRemind = (param) => postAction('/meeting/workGroupMeeting/publishReminder', param)
// 分标委会议的发布提醒
const commitePublishRemind = (param) => postAction('/meeting/committeeMeeting/publishReminder',param)
// 理事会的发布提醒
const councilPublishRemind = (param) => postAction('/meeting/councilMeeting/publishReminder',param)
// 通过id获取收入合同信息
const getRevenueContractById = (param) => getAction('/contract/payIncomeContract/queryById', param)
// 收入合同审核
@@ -143,5 +145,6 @@ export {
getPrintPostContactByMailId,
getUserByDepartCode,
cancellationContract,
councilPublishRemind,
cancellationExpenditureContract
}