会议上传文件接口的修改
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {getAction, postAction} from '@api/manage'
|
||||
import {getAction} from '@api/manage'
|
||||
|
||||
// 通过用户id获取用户信息
|
||||
const getUserInfo = (params) => getAction('/sys/user/queryById',params)
|
||||
@@ -8,8 +8,7 @@ const getMeetInfoById = (params) => getAction('/meeting/payMeeting/queryById',pa
|
||||
const getAllWorkProjects = () => getAction('/project/payWorkingGroup/listAll')
|
||||
// 通过id获取参会人详细信息
|
||||
const getSingUpUserInfo = (params) => getAction('/meeting/payMeetingSituation/queryById',params)
|
||||
// 会议管理上传会议资料
|
||||
const uploadMeetingFiles = (params) => postAction('/meeting/payMeeting/uploadFile',params)
|
||||
|
||||
// 生成会议二维码
|
||||
const createQcCode = (params) => getAction('/meeting/payMeeting/createBase64',params)
|
||||
// 收入合同的新增会员项目的查询
|
||||
@@ -20,7 +19,6 @@ export {
|
||||
getMeetInfoById,
|
||||
getAllWorkProjects,
|
||||
getSingUpUserInfo,
|
||||
uploadMeetingFiles,
|
||||
createQcCode,
|
||||
queryContractMemberProject
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user