From 6f5d1d94591892437e531b9c2fcb3e8a66bcca60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Wed, 28 Sep 2022 21:39:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E9=94=81=E5=AE=9A?= =?UTF-8?q?=E5=92=8C=E9=9A=90=E8=97=8F=E5=A4=B1=E7=84=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/chartEditStore/chartEditStore.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/store/modules/chartEditStore/chartEditStore.ts b/src/store/modules/chartEditStore/chartEditStore.ts index 6db94d74..41d2be22 100644 --- a/src/store/modules/chartEditStore/chartEditStore.ts +++ b/src/store/modules/chartEditStore/chartEditStore.ts @@ -843,6 +843,7 @@ export const useChartEditStore = defineStore({ ) } this.updateComponentList(index, targetItem) + this.setTargetSelectChart(undefined) loadingFinish() return } @@ -875,6 +876,7 @@ export const useChartEditStore = defineStore({ ) } this.updateComponentList(index, targetItem) + this.setTargetSelectChart(undefined) loadingFinish() // 取消选择隐藏 @@ -882,7 +884,6 @@ export const useChartEditStore = defineStore({ const chartEditStore = useChartEditStore() chartEditStore.setTargetSelectChart(undefined) } - return } } catch (value) { loadingError()