+ diff --git a/src/api/indexTaskManage.js b/src/api/indexTaskManage.js index dad3f862..d7ba25c4 100644 --- a/src/api/indexTaskManage.js +++ b/src/api/indexTaskManage.js @@ -31,3 +31,9 @@ export const DownLoadTotalSize = (obj) => http.get('/admin/download/totalSize', // 下载中心删除 export const RemoveDownLoadHomeWork = (obj) => http.get('/admin/download/del', {params: obj}) + +// 获取投票管理的信息 +export const QueryVoteManagementDetail = (obj) => http.post('/admin/vote/manage/queryVoteManagementDetail', obj) + +// 根据投票任务Id获取投票任务信息 +export const QueryVoteTaskDetailById = (obj) => http.post('/voteSubmit/queryVoteTaskDetailById', obj) diff --git a/src/components/drawers/CheckVote.vue b/src/components/drawers/CheckVote.vue index 5e8b862a..f68db461 100644 --- a/src/components/drawers/CheckVote.vue +++ b/src/components/drawers/CheckVote.vue @@ -15,21 +15,21 @@ @click="closeDrawer" /> -
+