Commit 40faf3bb authored by Jenny's avatar Jenny

feat: 报表详情接口修改

parent 06e82429
......@@ -13,7 +13,7 @@ const install = (Vue, vm) => {
// 报表列表
const getReportList = params => getHttp(`${reportUrl}/report/screen/getList`, params)
// 报表组件列表
const getReportCharts = params => getHttp(`${reportUrl}/report/chart/getList`, params)
const getReportCharts = params => getHttp(`${reportUrl}/report/chart/getReleaseList`, params)
// 数据集
const dataSetPreview = params => postHttp(`${reportUrl}/report/dataset/preview`, params, {
custom: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment