mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
@@ -280,7 +280,7 @@ export default {
|
|||||||
axios({
|
axios({
|
||||||
method: "get",
|
method: "get",
|
||||||
url: "/report-pre/boeu/studyData/export",
|
url: "/report-pre/boeu/studyData/export",
|
||||||
params: { ids: `${record.record.id}` },
|
params: { ids: `${record.record.basicBoeUserId}` },
|
||||||
responseType: "blob",
|
responseType: "blob",
|
||||||
headers: {
|
headers: {
|
||||||
token: Cookies.get("token"),
|
token: Cookies.get("token"),
|
||||||
|
|||||||
Reference in New Issue
Block a user