From de9f71fdbf1c67b164459e5240d05be8b838a291 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: Mon, 1 Sep 2025 14:21:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6=E9=A6=96=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E5=BD=B1=E5=93=8D=E8=B7=B3=E8=BD=AC=E6=9D=A1=E4=BB=B6=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#16866)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core-frontend/src/store/modules/data-visualization/dvMain.ts | 1 + 1 file changed, 1 insertion(+) 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 87ad491dbf..fcd375ea80 100644 --- a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts +++ b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts @@ -1446,6 +1446,7 @@ export const dvMainStore = defineStore('dataVisualization', { queryParams = paramValue.map(number => String(number)) } filterItem.defaultValueCheck = true + filterItem.defaultValueFirstItem = false filterItem.timeType = 'fixed' if (['0', '2'].includes(filterItem.displayType)) { const { optionValueSource, field, displayId } = filterItem