diff --git a/frontend/src/views/panel/list/PanelList.vue b/frontend/src/views/panel/list/PanelList.vue index cb0e2fb6c7..400ec7d73c 100644 --- a/frontend/src/views/panel/list/PanelList.vue +++ b/frontend/src/views/panel/list/PanelList.vue @@ -359,6 +359,8 @@ export default { this.lastActiveNodeData.children.push(panelInfo) this.lastActiveNode.expanded = true this.activeNodeAndClick(panelInfo) + } else { + this.tree(this.groupForm) } }, showEditPanel(param) {