【修改】调整下载传参

This commit is contained in:
zhoulingpo
2023-05-25 15:07:03 +08:00
parent 1f9d6948f3
commit 1cfcb3ce52
7 changed files with 1335 additions and 5 deletions
+3 -2
View File
@@ -102,8 +102,9 @@ export default {
// 获取报告预览
reportGetReportHtmlId (data) {
return request({
url: `/api/report/getReportHtml/${data.id}`,
method: 'GET'
url: `/api/report/getReportHtml`,
method: 'GET',
params:data
})
},