新增工作组会议、
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user