From 3c13f5c0b4cb6d1b944adb4255a4410939b3c19e Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 9 Sep 2021 14:55:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E4=BB=AA=E8=A1=A8=E6=9D=BF=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=9B=AE=E5=BD=95=E6=9F=A5=E8=AF=A2=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=AF=B9=E5=BA=94=E7=9A=84=E5=AD=90=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B9=9F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/list/PanelList.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/panel/list/PanelList.vue b/frontend/src/views/panel/list/PanelList.vue index 13710bf810..6cb5495057 100644 --- a/frontend/src/views/panel/list/PanelList.vue +++ b/frontend/src/views/panel/list/PanelList.vue @@ -773,6 +773,9 @@ export default { return true } if (this.searchPids.indexOf(data.pid) !== -1) { + if (data.nodeType === 'folder') { + this.searchPids.push(data.id) + } return true } } else {