forked from github/dataease
fix: 仪表板复制后打开的是旧仪表板问题
This commit is contained in:
parent
74bd25a641
commit
0ef9e7a001
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user