From 3da33f23428c681556754721ff97ad4eb02bd1df 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, 11 Mar 2026 11:15:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9A=90=E8=97=8F=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=AD=E6=97=A0=E7=94=A8=E7=9A=84=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9=20(#18060)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/LegendSelector.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LegendSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LegendSelector.vue index 09cc4610e0..36f1161b5e 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LegendSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LegendSelector.vue @@ -17,7 +17,10 @@ import { cloneDeep, get, set } from 'lodash-es' import { useEmitt } from '@/hooks/web/useEmitt' import { getDynamicColorScale } from '@/views/chart/components/js/util' import CustomSortEdit from '@/views/chart/components/editor/drag-item/components/CustomSortEdit.vue' - +import { dvMainStoreWithOut } from '@/store/modules/data-visualization/dvMain' +import { storeToRefs } from 'pinia' +const dvMainStore = dvMainStoreWithOut() +const { batchOptStatus } = storeToRefs(dvMainStore) const { t } = useI18n() const props = withDefaults( @@ -725,7 +728,7 @@ onMounted(() => {