update 起草组完善

This commit is contained in:
danshihao
2024-01-10 09:06:50 +08:00
parent ef0ef97443
commit 6fc993c16b
10 changed files with 365 additions and 15 deletions
+3 -1
View File
@@ -143,7 +143,8 @@ const copyDraftingGroup = (param) => postAction('/drafting/payDraftingGroup/copy
const getWorkingGroupList = (param) => getAction('/drafting/payDraftingGroup/queryAllWorkingGroupsIdAndName', param)
// 通过id获取起草组详情
const getDraftingGroupById = (params) => getAction('/drafting/payDraftingGroup/queryById', params)
// 起草组会议的发布提醒
const draftGroupPublishRemind = (param) => postAction('/meeting/draftGroupMeeting/publishReminder', param)
export {
getWorkingGroupById,
getChargeNotice,
@@ -219,4 +220,5 @@ export {
copyDraftingGroup,
getWorkingGroupList,
getDraftingGroupById,
draftGroupPublishRemind,
}