mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
fix: 仪表板复制后打开的是旧仪表板问题
This commit is contained in:
@@ -131,7 +131,7 @@ public class PanelGroupService {
|
||||
panelGroupMapper.insertSelective(newDefaultPanel);
|
||||
} else if ("copy".equals(request.getOptType())) {
|
||||
try {
|
||||
this.panelGroupCopy(request, null, true);
|
||||
panelId = this.panelGroupCopy(request, null, true);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
LOGGER.error("更新panelView出错panelId:{}", request.getId());
|
||||
|
||||
Reference in New Issue
Block a user