forked from github/dataease
fix: 数据导出中心
This commit is contained in:
parent
1537a10b12
commit
0a59eed7b0
@ -172,7 +172,7 @@ public class PanelGroupController {
|
|||||||
@PostMapping("/innerExportDetails")
|
@PostMapping("/innerExportDetails")
|
||||||
@DePermissionProxy(value = "proxy")
|
@DePermissionProxy(value = "proxy")
|
||||||
@I18n
|
@I18n
|
||||||
public void innerExportDetails(@RequestBody PanelViewDetailsRequest request, HttpServletResponse response) throws IOException {
|
public void innerExportDetails(@RequestBody PanelViewDetailsRequest request) throws IOException {
|
||||||
exportCenterService.addTask(request.getViewId(), "chart", request);
|
exportCenterService.addTask(request.getViewId(), "chart", request);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -265,8 +265,7 @@ export function innerExportDetails(data) {
|
|||||||
url: 'panel/group/innerExportDetails',
|
url: 'panel/group/innerExportDetails',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
loading: true,
|
loading: true
|
||||||
responseType: 'blob'
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user