mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix: 【数据导出中心】修复切换tab页导致cpu暴增
This commit is contained in:
@@ -130,7 +130,7 @@ public class ChartDataServer implements ChartDataApi {
|
||||
if (CommonConstants.VIEW_DATA_FROM.TEMPLATE.equalsIgnoreCase(viewDTO.getDataFrom())) {
|
||||
chartViewInfo = extendDataManage.getChartDataInfo(viewDTO.getId(), viewDTO);
|
||||
} else {
|
||||
chartViewInfo = chartDataManage.calcData(chartViewInfo);
|
||||
chartViewInfo = chartDataManage.calcData(viewDTO);
|
||||
}
|
||||
List<Object[]> tableRow = (List) chartViewInfo.getData().get("sourceData");
|
||||
if ("dataset".equals(request.getDownloadType())) {
|
||||
|
||||
Reference in New Issue
Block a user