修改学员全部导出接口

This commit is contained in:
chensg
2025-06-16 11:45:39 +08:00
parent ed02bf10df
commit a008ab1444
2 changed files with 4 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
<a-space>
<a-button style="width: 60px;height: 32px;background: #4395FF;border-radius: 4px 4px 4px 4px;color: #FFFFFF;" @click="exportbtnz">导出</a-button>
<a-tooltip>
<template #title>按照查询条件导出全部数据</template>
<template #title>导出全部数据</template>
<a-button style="width: 88px;height: 32px;background: #FFFFFF;border-radius: 4px 4px 4px 4px;border: 1px solid #E6E6E6;color: #333333 ;" @click="exportAllbtnz">导出全部</a-button>
</a-tooltip>
</a-space>
@@ -603,7 +603,7 @@ export default {
}
axios({
method: "post",
url: "/report/boeu/studyData/exportAll",
url: "/reportsnake/export/report",
data: {
userNo: state.userNo,
name: state.name,
@@ -611,6 +611,7 @@ export default {
bandCode: state.valueBand,
jobName: state.studentJobName,
fields: fields,
type: 20
},
responseType: "blob",
headers: {

View File

@@ -134,7 +134,7 @@
<a-space>
<a-button style="width: 60px;height: 32px;background: #4395FF;border-radius: 4px 4px 4px 4px;color: #FFFFFF;" @click="exportClick">导出</a-button>
<a-tooltip>
<template #title>按照查询条件导出全部数据</template>
<template #title>导出全部数据</template>
<a-button style="width: 88px;height: 32px;background: #FFFFFF;border-radius: 4px 4px 4px 4px;border: 1px solid #E6E6E6;color: #333333 ;" @click="exportClickAll">导出全部</a-button>
</a-tooltip>
</a-space>