参会情况修改

This commit is contained in:
fengachen
2021-09-08 19:25:10 +08:00
parent dff860c5be
commit d59b1c1c02
13 changed files with 1031 additions and 347 deletions
+2 -1
View File
@@ -7,8 +7,9 @@ const getMeetInfoById = (params) => getAction('/meeting/payMeeting/queryById',pa
// 获取所有工作组项目
const getAllWorkProjects = () => getAction('/project/payWorkingGroup/listAll')
export {
getUserInfo,
getMeetInfoById,
getAllWorkProjects
getAllWorkProjects,
}