|
|
@ -79,7 +79,7 @@ |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<template v-if="active && method === 1"> |
|
|
|
<template v-if="active && method === 1"> |
|
|
|
<el-button v-auth="'/review:分配评阅任务'" type="primary" size="mini" |
|
|
|
<el-button v-auth="'/review:分配评阅任务'" type="primary" size="mini" |
|
|
|
@click="showReview('/allocationReview/records')">分配评阅任务</el-button> |
|
|
|
@click="showReview('/allocationReview')">分配评阅任务</el-button> |
|
|
|
<el-button v-if="showMyReviewTask" type="primary" size="mini" |
|
|
|
<el-button v-if="showMyReviewTask" type="primary" size="mini" |
|
|
|
@click="showReview('/myReview/records')">我的评阅任务</el-button> |
|
|
|
@click="showReview('/myReview/records')">我的评阅任务</el-button> |
|
|
|
<el-button type="primary" size="mini" @click="exportFiles">导出答题文件</el-button> |
|
|
|
<el-button type="primary" size="mini" @click="exportFiles">导出答题文件</el-button> |
|
|
@ -493,7 +493,8 @@ export default { |
|
|
|
// 实训导出 |
|
|
|
// 实训导出 |
|
|
|
res = await axios.post(this.api.batchExportReportsAsZip, { |
|
|
|
res = await axios.post(this.api.batchExportReportsAsZip, { |
|
|
|
reportIds: ids, |
|
|
|
reportIds: ids, |
|
|
|
stageId: this.stageId |
|
|
|
stageId: this.stageId, |
|
|
|
|
|
|
|
competitionId: this.id, |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
headers: this.headers, |
|
|
|
headers: this.headers, |
|
|
|
responseType: 'blob' |
|
|
|
responseType: 'blob' |
|
|
|