mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 09:26:44 +08:00
测试导出
This commit is contained in:
@@ -259,9 +259,12 @@ export default {
|
||||
return message.warning("请至少选择一条数据进行导出");
|
||||
} else {
|
||||
axios({
|
||||
method: "get",
|
||||
method: "post",
|
||||
url: "/report/boeu/studyData/export",
|
||||
params: { ids: `${state.ids}` },
|
||||
data: {
|
||||
type: 21,
|
||||
ids: `${state.ids}`
|
||||
},
|
||||
responseType: "blob",
|
||||
headers: {
|
||||
token: Cookies.get("token"),
|
||||
|
||||
Reference in New Issue
Block a user