|
@@ -148,7 +148,7 @@
|
|
|
plain
|
|
|
@click="handleExport"
|
|
|
:loading="exportLoading"
|
|
|
- v-hasPermi="['system:user-achievement:export']"
|
|
|
+ v-hasPermi="['system:user-achievement:collegeExport']"
|
|
|
>
|
|
|
<Icon icon="ep:download" class="mr-5px" /> 导出
|
|
|
</el-button>
|
|
@@ -352,8 +352,8 @@ const handleExport = async () => {
|
|
|
try {
|
|
|
await message.exportConfirm()
|
|
|
exportLoading.value = true
|
|
|
- const data = await UserAchievementApi.exportUserAchievement(queryParams)
|
|
|
- download.excel(data, '成果.xls')
|
|
|
+ const data = await UserAchievementApi.collegeExportUserAchievement(queryParams)
|
|
|
+ download.excel(data, '成果详情.xls')
|
|
|
} catch {
|
|
|
} finally {
|
|
|
exportLoading.value = false
|