提交 0ef9e7a0 authored 作者: wangjiahao's avatar wangjiahao

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

上级 74bd25a6
......@@ -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());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论