mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 01:06:45 +08:00
修改学员全部导出接口
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user