forked from github/dataease
fix: 修复复制仪表板,视图可能被勿删的问题
This commit is contained in:
parent
11f2d76f4c
commit
11e2473561
@ -128,9 +128,9 @@ public class PanelViewService {
|
||||
viewIds = panelViewInsertDTOList.stream().map(panelView ->panelView.getChartViewId()).collect(Collectors.toList());
|
||||
extChartViewMapper.copyCacheToView(viewIds);
|
||||
}
|
||||
}
|
||||
extChartViewMapper.deleteCacheWithPanel(viewIds,panelId);
|
||||
extChartViewMapper.deleteNoUseView(viewIds,panelId);
|
||||
}
|
||||
panelGroup.setMobileLayout(mobileLayout);
|
||||
return viewIds;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user