forked from github/dataease
fix: 数据导出中心
This commit is contained in:
parent
1537a10b12
commit
0a59eed7b0
@ -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);
|
||||
}
|
||||
|
||||
|
@ -265,8 +265,7 @@ export function innerExportDetails(data) {
|
||||
url: 'panel/group/innerExportDetails',
|
||||
method: 'post',
|
||||
data: data,
|
||||
loading: true,
|
||||
responseType: 'blob'
|
||||
loading: true
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user