fix: 仪表板复制后打开的是旧仪表板问题

This commit is contained in:
wangjiahao 2022-02-25 18:36:32 +08:00
parent 74bd25a641
commit 0ef9e7a001

View File

@ -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());