From 12075769bb68fe729b12db0f783f0fde7a30d524 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 29 Aug 2024 10:23:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B7=A5=E5=85=B7=E7=AE=B1):=20=E7=AD=9B?= =?UTF-8?q?=E9=80=89-=E5=9C=A8=E7=AD=9B=E9=80=89=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E5=88=A0=E9=99=A4=E4=B8=80=E4=B8=AA=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E5=85=B6=E4=BD=99=E5=AD=98=E5=9C=A8=E7=9A=84=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E4=B8=8D=E5=86=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core-frontend/src/components/drawer-main/src/DrawerMain.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue b/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue index a8de71f1c7..bb9b839552 100644 --- a/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue +++ b/core/core-frontend/src/components/drawer-main/src/DrawerMain.vue @@ -79,7 +79,7 @@ const filterChange = (value, field, operator) => { exits = true condition['value'] = value } - if (!value?.length) { + if (!condition?.value?.length) { state.conditions.splice(len, 1) } }