fix: 数据导出中心

This commit is contained in:
taojinlong
2024-04-09 10:00:42 +08:00
parent 1537a10b12
commit 0a59eed7b0
2 changed files with 2 additions and 3 deletions

View File

@@ -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);
}