mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 09:04:38 +08:00
fix: 数据导出中心
This commit is contained in:
@@ -172,7 +172,7 @@ public class PanelGroupController {
|
||||
@PostMapping("/innerExportDetails")
|
||||
@DePermissionProxy(value = "proxy")
|
||||
@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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user