From 612d2a9f42798334bd41a6386a189c8997b702fa Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 4 Mar 2024 12:44:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=BF=87=E6=BB=A4=E5=99=A8):=20tab?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=AD=E8=BF=87=E6=BB=A4=E5=99=A8=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=A6=96=E9=A1=B9=EF=BC=8C=E9=A6=96=E6=AC=A1=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E9=80=89=E9=A1=B9=E5=80=BC=E6=97=A0=E4=BB=BB=E4=BD=95?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=20close=20#8081?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../frontend/src/components/canvas/customComponent/UserView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/components/canvas/customComponent/UserView.vue b/core/frontend/src/components/canvas/customComponent/UserView.vue index f2acffd584..71027c72a7 100644 --- a/core/frontend/src/components/canvas/customComponent/UserView.vue +++ b/core/frontend/src/components/canvas/customComponent/UserView.vue @@ -945,7 +945,7 @@ export default { } } if (this.isFirstLoad) { - this.element.filters = this.filters?.length ? JSON.parse(JSON.stringify(this.filters)) : [] + this.element.filters = this.filter.filter?.length ? JSON.parse(JSON.stringify(this.filter.filter)) : [] } method(id, this.panelInfo.id, requestInfo).then(response => { try {