From 5b932af6c8751a31f83398015c261f12c65ee94d Mon Sep 17 00:00:00 2001 From: lyx Date: Mon, 5 Jun 2023 18:06:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A0=87=E7=AD=BE=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Informations/Inputs/InputsTab/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/packages/components/Informations/Inputs/InputsTab/index.vue b/src/packages/components/Informations/Inputs/InputsTab/index.vue index 90107ee0..a02900b9 100644 --- a/src/packages/components/Informations/Inputs/InputsTab/index.vue +++ b/src/packages/components/Informations/Inputs/InputsTab/index.vue @@ -12,7 +12,6 @@ import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore import { useChartInteract } from '@/hooks' import { InteractEventOn } from '@/enums/eventEnum' import { ComponentInteractParamsEnum } from './interact' -import { changeURLStatic } from '@/utils/changeURLParam' const props = defineProps({ chartConfig: { @@ -30,9 +29,6 @@ const option = shallowReactive({ const onChange = (v: string) => { if (v === undefined) return const selectItem = option.value.dataset.find((item: { label: string; value: any }) => item.label === v) - const { chartConfig } = props - const key = chartConfig.chartConfig.title || chartConfig.id; - changeURLStatic(key, selectItem.value) // 存储到联动数据 useChartInteract( props.chartConfig,