From df374b1f0e34b61f6140d5ad9f01d16bbb721b3c Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 13 Mar 2023 18:08:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=96=B0=E7=94=A8=E6=88=B7=E5=88=9B=E5=BB=BA=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E6=97=B6=E9=9C=80=E8=A6=81=E5=88=B7=E6=96=B0=E4=B8=80=E4=B8=8B?= =?UTF-8?q?=E6=89=8D=E5=87=BA=E7=8E=B0=E7=9A=84=E9=97=AE=E9=A2=98=20#4767?= 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, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/panel/list/PanelList.vue b/frontend/src/views/panel/list/PanelList.vue index 1356c7630d..5002f956e8 100644 --- a/frontend/src/views/panel/list/PanelList.vue +++ b/frontend/src/views/panel/list/PanelList.vue @@ -899,7 +899,7 @@ export default { groupTree(this.groupForm, !userCache).then((res) => { localStorage.setItem('panel-main-tree', JSON.stringify(res.data || [])) if (!userCache) { - this.tData = res.data + this.tData = res.data || [] } if (this.responseSource === 'appApply') { this.fromAppActive()