新增工作组会议、

This commit is contained in:
fengachen
2021-09-03 19:03:19 +08:00
parent 574588dd0f
commit 04bb7c9e7c
8 changed files with 20790 additions and 888 deletions
+4 -1
View File
@@ -4,8 +4,11 @@ import {getAction} from "@api/manage";
const getUserInfo = (params) => getAction('/sys/user/queryById',params)
// 通过会议id获取会议的详细信息
const getMeetInfoById = (params) => getAction('/meeting/payMeeting/queryById',params)
// 获取所有工作组项目
const getAllWorkProjects = () => getAction('/project/payWorkingGroup/listAll')
export {
getUserInfo,
getMeetInfoById
getMeetInfoById,
getAllWorkProjects
}