diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue index d39043531d..bed81eb673 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/SummarySelector.vue @@ -6,6 +6,9 @@ import { DEFAULT_BASIC_STYLE } from '@/views/chart/components/editor/util/chart' import { cloneDeep, defaultsDeep, filter, find } from 'lodash-es' const dvMainStore = dvMainStoreWithOut() +import { storeToRefs } from 'pinia' +const dvMainStore = dvMainStoreWithOut() +const { batchOptStatus } = storeToRefs(dvMainStore) const { t } = useI18n() const props = defineProps({ chart: { @@ -141,7 +144,7 @@ onMounted(() => { /> - +