From b316df0991c73858a8fe8e0cdc3f0082a23612db Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 25 May 2021 15:24:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=201.=E6=9B=BF=E6=8D=A2=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=BC=80=E5=85=B3=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/list/PanelList.vue | 2 ++ 1 file changed, 2 insertions(+) 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) {