From 41cd86871b3c0e86dd5c3fcdc3cf8baf387345e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Wed, 21 Jan 2026 12:12:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E9=A6=96?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E9=BB=98=E8=AE=A4=E5=80=BC=E5=A4=84=E7=90=86?= =?UTF-8?q?=20(#17848)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/store/modules/data-visualization/dvMain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts index 4b58610794..ad91e8b1a1 100644 --- a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts +++ b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts @@ -1308,7 +1308,7 @@ export const dvMainStore = defineStore('dataVisualization', { if (result) { filterItem['selectValue'] = result filterItem['defaultValue'] = result - } else { + } else if (!filterItem.defaultValueFirstItem) { filterItem.defaultValueCheck = false } }