添加会议的权限修改

This commit is contained in:
fengachen
2021-10-09 14:44:41 +08:00
parent de1e635cd1
commit a3f4576119
6 changed files with 56 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const getWorkingGroupById = (params) => getAction('/project/payWorkingGroup/quer
// 判断工作组成员是否设置来款通知
const getChargeNotice = (param) => getAction('/project/payWorkingGroupSubitem/getCharge', param)
// 工作组会议的发布提醒
const publishRemind = (param) => postAction('/meeting/payMeeting/publishReminder', param)
const publishRemind = (param) => postAction('/meeting/workGroupMeeting/publishReminder', param)
// 通过id获取收入合同信息
const getRevenueContractById = (param) => getAction('/contract/payIncomeContract/queryById', param)
// 收入合同审核